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.
2 parents fff15b5 + 1dd1354 commit 7850571Copy full SHA for 7850571
pkgs/by-name/hy/hyprlock/package.nix
@@ -28,13 +28,13 @@
28
29
gcc14Stdenv.mkDerivation (finalAttrs: {
30
pname = "hyprlock";
31
- version = "0.8.0";
+ version = "0.8.1";
32
33
src = fetchFromGitHub {
34
owner = "hyprwm";
35
repo = "hyprlock";
36
rev = "v${finalAttrs.version}";
37
- hash = "sha256-KTRgq+0rMBz31AAjrDvQprPHbVobCwIo9+gkcUujglw=";
+ hash = "sha256-9i7uciOr3+hjvesMBlrVq5TgR6fSXYP5RziCnMgfi/E=";
38
};
39
40
nativeBuildInputs = [
0 commit comments