xwallpaper: 0.7.5 -> 0.7.6

This commit is contained in:
R. Ryantm
2025-02-05 03:20:44 +00:00
parent ab36ef17c8
commit 0447541550
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "xwallpaper";
version = "0.7.5";
version = "0.7.6";
src = fetchFromGitHub {
owner = "stoeckmann";
repo = "xwallpaper";
rev = "v${version}";
sha256 = "sha256-smhqovPgDdSLhAwW1y/hnPjNwFcpIUocs3MKizdvZj0=";
sha256 = "sha256-8VRQFH00yXplvhCqBuMGrwvOB7bJhfe50Ii6h8kvDMM=";
};
nativeBuildInputs = [