Merge pull request #222452 from r-ryantm/auto-update/swayimg

swayimg: 1.10 -> 1.11
This commit is contained in:
Weijia Wang 2023-03-24 20:52:50 +02:00 committed by GitHub
commit 8f33c99842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;