hyprgraphics: 0.1.3 -> 0.1.4

This commit is contained in:
R. Ryantm 2025-07-09 11:53:37 +00:00 committed by Masum Reza
parent 8210e5043c
commit 3d76db8a09

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprgraphics";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprgraphics";
tag = "v${finalAttrs.version}";
hash = "sha256-prQ5JKopXtzCMX2eT3dXbaVvGmzjMRE2bXStQDdazpM=";
hash = "sha256-8u6b5oAdX0rCuoR8wFenajBRmI+mzbpNig6hSCuWUzE=";
};
nativeBuildInputs = [