Merge pull request #204889 from r-ryantm/auto-update/swaybg

swaybg: 1.1.1 -> 1.2.0
This commit is contained in:
Michael Weiss
2022-12-26 23:17:44 +01:00
committed by GitHub
@@ -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;