hyprlang: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm
2025-04-13 00:38:45 +00:00
parent 996e36a291
commit 07a930402a
+2 -2
View File
@@ -9,13 +9,13 @@
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlang";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlang";
rev = "v${finalAttrs.version}";
hash = "sha256-oj8V4kvzor5AOStzj4/B4W1ZIObAPxT9K4NfXx7dyKE=";
hash = "sha256-9HySx+EtsbbKlZDlY+naqqOV679VdxP6x6fP3wxDXJk=";
};
nativeBuildInputs = [