hyprgraphics: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm
2025-04-07 19:42:55 +00:00
parent 81c8dee706
commit a3085f21a9
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprgraphics";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprgraphics";
tag = "v${finalAttrs.version}";
hash = "sha256-U62Fo0w+aIXBAsSSYsfDsoe3YmoxWMArJ7pN2HNOAqo=";
hash = "sha256-prQ5JKopXtzCMX2eT3dXbaVvGmzjMRE2bXStQDdazpM=";
};
nativeBuildInputs = [