Skip to content

Commit 07a9304

Browse files
committed
hyprlang: 0.6.0 -> 0.6.1
1 parent 996e36a commit 07a9304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hy/hyprlang/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
gcc14Stdenv.mkDerivation (finalAttrs: {
1111
pname = "hyprlang";
12-
version = "0.6.0";
12+
version = "0.6.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "hyprwm";
1616
repo = "hyprlang";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-oj8V4kvzor5AOStzj4/B4W1ZIObAPxT9K4NfXx7dyKE=";
18+
hash = "sha256-9HySx+EtsbbKlZDlY+naqqOV679VdxP6x6fP3wxDXJk=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)