Skip to content

Commit f414261

Browse files
SchweGELBinJohnRTitor
authored andcommitted
hyprutils: 0.7.0 -> 0.7.1
1 parent 1945203 commit f414261

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.7.0";
13+
version = "0.7.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "hyprwm";
1717
repo = "hyprutils";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-s3GzsRxBL/N/xYgUXZhQh4t62uR1BN4zxXgWBtJ3lWM=";
19+
hash = "sha256-W9G9bb0zRYDBRseHbVez0J8qVpD5QbizX67H/vsudhM=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)