hyprgraphics: 0.1.5 -> 0.1.6

This commit is contained in:
John Titor
2025-09-30 16:13:52 +05:30
parent 17aa85c27e
commit 2640597d05
+4 -2
View File
@@ -12,18 +12,19 @@
libjxl,
libspng,
libwebp,
pango,
pixman,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprgraphics";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprgraphics";
tag = "v${finalAttrs.version}";
hash = "sha256-gbh1HL98Fdqu0jJIWN4OJQN7Kkth7+rbkFpSZLm/62A=";
hash = "sha256-CR6RnqEJSTiFgA6KQY4TTLUWbZ8RBnb+hxQqesuQNzQ=";
};
nativeBuildInputs = [
@@ -39,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
libjxl
libspng
libwebp
pango
pixman
];