Skip to content

Commit

Permalink
swayimg: 3.5 -> 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gliczy committed Dec 8, 2024
1 parent b7a1123 commit 9338ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sw/swayimg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "3.5";
version = "3.6";

src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-qI5M7ZC7GaVtVNh+MWPNdjXukk135IQ1gPHxdefBEyo=";
hash = "sha256-DboalwPhQYcqptdQvLHN+zrrdU3Swzb6z3vO+GJY2JY=";
};

strictDeps = true;
Expand Down

0 comments on commit 9338ba3

Please sign in to comment.