swaybg: 1.1 -> 1.1.1

This commit is contained in:
Bernardo Meurer 2022-03-11 11:47:16 -08:00
parent fcc7311dc7
commit 1b15c8da6c
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "swaybg";
version = "1.1";
version = "1.1.1";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swaybg";
rev = "v${version}";
sha256 = "17508q9wsw6c1lsxlcbxj74z2naqhwi5c7lkbq24m4lk8qmy0576";
hash = "sha256-Lt/hn/K+CjcmU3Bs5wChiZq0VGNcraH4tSVYsmYnKjc=";
};
depsBuildBuild = [ pkg-config ];