hyprpaper: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2026-04-30 03:07:47 +00:00
parent 869d1be399
commit 15ecf5d93a
+2 -2
View File
@@ -37,13 +37,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprpaper";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprpaper";
tag = "v${finalAttrs.version}";
hash = "sha256-6N1JeQx9/M3XCcxErk24FLMxTgn8GH40fpckP8X3ons=";
hash = "sha256-/4eWbt5XtOHzw3C9U0XPtoy8io03GxrEBd9znWMacbY=";
};
prePatch = ''