swayimg: 1.10 -> 1.11

This commit is contained in:
R. Ryantm 2023-03-22 01:41:41 +00:00
parent 6664a6b76e
commit b8ae549cda

View file

@ -22,13 +22,13 @@
}:
stdenv.mkDerivation rec {
pname = "swayimg";
version = "1.10";
version = "1.11";
src = fetchFromGitHub {
owner = "artemsen";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Iq7T00hvr9Mv50V/GKJBddjoeHdFa2DneVaXyxhMCE0=";
sha256 = "sha256-UwIufR3EwbpNVHD1GypV3qNgiqDRllwtxAM0CZPodn0=";
};
strictDeps = true;