From 99704729e56f3513840e1dab54c3df1568dd2bbc Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 20 Sep 2025 21:18:40 -0400 Subject: [PATCH] sway-contrib.*: 0-unstable-2024-03-19 -> 1.11 Diff: https://github.com/OctopusET/sway-contrib/compare/5d33a290e3cac3f0fed38ff950939da28e3ebfd7..1.11 --- pkgs/applications/misc/sway-contrib/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/misc/sway-contrib/default.nix b/pkgs/applications/misc/sway-contrib/default.nix index 04854aec5b09..f9242ed5d20e 100644 --- a/pkgs/applications/misc/sway-contrib/default.nix +++ b/pkgs/applications/misc/sway-contrib/default.nix @@ -18,12 +18,12 @@ }: let - version = "0-unstable-2024-03-19"; + version = "1.11"; src = fetchFromGitHub { owner = "OctopusET"; repo = "sway-contrib"; - rev = "5d33a290e3cac3f0fed38ff950939da28e3ebfd7"; - hash = "sha256-2qYxkXowSSzVcpsPO4JoUqaH/VUkOOWu1RKFXp1CXGs="; + tag = version; + hash = "sha256-/gWL0hA8hDjpK5YJxuZqmvo0zuVRQkhAkgHlI4JzNP8="; }; meta = with lib; { @@ -54,10 +54,10 @@ in ]; buildInputs = [ bash ]; installPhase = '' - installManPage grimshot.1 - installShellCompletion --cmd grimshot grimshot-completion.bash + installManPage grimshot/grimshot.1 + installShellCompletion --cmd grimshot grimshot/grimshot-completion.bash - install -Dm 0755 grimshot $out/bin/grimshot + install -Dm 0755 grimshot/grimshot $out/bin/grimshot wrapProgram $out/bin/grimshot --set PATH \ "${ lib.makeBinPath [