Skip to content

Commit 8a05ea5

Browse files
SchweGELBinJohnRTitor
authored andcommitted
hyprlang: 0.6.1 -> 0.6.3
1 parent b7fc586 commit 8a05ea5

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.1";
12+
version = "0.6.3";
1313

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

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)