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 989c076 commit b050a66Copy full SHA for b050a66
pkgs/by-name/hy/hyprutils/package.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "hyprutils";
13
- version = "0.3.0";
+ version = "0.3.2";
14
15
src = fetchFromGitHub {
16
owner = "hyprwm";
17
repo = "hyprutils";
18
rev = "refs/tags/v${finalAttrs.version}";
19
- hash = "sha256-5Wvsn+0/Hu6eUUToK9hBWwRlbg1i++lc9or4yPYBUuk=";
+ hash = "sha256-7D5j2sh3Miw2CRdmx8ftepb342pl36kDFJy+3aVfDVc=";
20
};
21
22
nativeBuildInputs = [
0 commit comments