Skip to content

Commit e6863a5

Browse files
authored
hyprutils: 0.5.0 -> 0.5.1 (#383603)
1 parent 94b00e9 commit e6863a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "hyprutils";
13-
version = "0.5.0";
13+
version = "0.5.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "hyprwm";
1717
repo = "hyprutils";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-TfFS0HCEJh63Kahrkp1h9hVDMdLU8a37Zz+IFucxyfA=";
19+
hash = "sha256-h8HOCZ/rw2Buzku+GKF77VXxrGjCSOQkLhptiEKMYg0=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)