hyprgraphics: 0.1.4 -> 0.1.5

This commit is contained in:
R. Ryantm
2025-07-18 13:57:43 +05:30
committed by Masum Reza
parent 9ddf41a213
commit b6b1464727
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprgraphics";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprgraphics";
tag = "v${finalAttrs.version}";
hash = "sha256-8u6b5oAdX0rCuoR8wFenajBRmI+mzbpNig6hSCuWUzE=";
hash = "sha256-gbh1HL98Fdqu0jJIWN4OJQN7Kkth7+rbkFpSZLm/62A=";
};
nativeBuildInputs = [