swaybg: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2022-12-07 00:17:43 +00:00
parent 7ea3d4395d
commit 6d96212b84

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "swaybg";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swaybg";
rev = "v${version}";
hash = "sha256-Lt/hn/K+CjcmU3Bs5wChiZq0VGNcraH4tSVYsmYnKjc=";
hash = "sha256-Qk5iGALlSVSzgBJzYzyLdLHhj/Zq1R4nFseACBmIBuA=";
};
strictDeps = true;