We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1945203 commit f414261Copy full SHA for f414261
pkgs/by-name/hy/hyprutils/package.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "hyprutils";
13
- version = "0.7.0";
+ version = "0.7.1";
14
15
src = fetchFromGitHub {
16
owner = "hyprwm";
17
repo = "hyprutils";
18
tag = "v${finalAttrs.version}";
19
- hash = "sha256-s3GzsRxBL/N/xYgUXZhQh4t62uR1BN4zxXgWBtJ3lWM=";
+ hash = "sha256-W9G9bb0zRYDBRseHbVez0J8qVpD5QbizX67H/vsudhM=";
20
};
21
22
nativeBuildInputs = [
0 commit comments