Skip to content

Commit

Permalink
swayimg: 2.2 -> 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and yayayayaka committed Jul 8, 2024
1 parent 655f80c commit 655a58a
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 @@ -26,13 +26,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "2.2";
version = "2.3";

src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
rev = "v${finalAttrs.version}";
hash = "sha256-CTl1hlRE4MnA6WdQaR4VG5G/wop/9xK7thRiCY7teYU=";
hash = "sha256-MAVxOUM1x6dkvbWPz/JS+sITi3BhCeaweKZZserkXz8=";
};

strictDeps = true;
Expand Down

0 comments on commit 655a58a

Please sign in to comment.