hyprpaper: 0.7.4 -> 0.7.5 (#404916)

https://github.com/hyprwm/hyprpaper/releases/tag/v0.7.5
This commit is contained in:
Austin Horstman
2025-05-07 08:33:13 -05:00
committed by GitHub
+2 -2
View File
@@ -33,13 +33,13 @@
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprpaper";
version = "0.7.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprpaper";
rev = "v${finalAttrs.version}";
hash = "sha256-pmkJCzjflvsOytiu2mgn2wfSeyL6mTfoi214T4A2OZQ=";
hash = "sha256-Q5gDH48MqkiglGvRtD0Uj653kYzu46j27JIB0h1ecEg=";
};
prePatch = ''