Skip to content

Commit 1dd1354

Browse files
committed
hyprlock: 0.8.0 -> 0.8.1
1 parent 7650c61 commit 1dd1354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2929
gcc14Stdenv.mkDerivation (finalAttrs: {
3030
pname = "hyprlock";
31-
version = "0.8.0";
31+
version = "0.8.1";
3232

3333
src = fetchFromGitHub {
3434
owner = "hyprwm";
3535
repo = "hyprlock";
3636
rev = "v${finalAttrs.version}";
37-
hash = "sha256-KTRgq+0rMBz31AAjrDvQprPHbVobCwIo9+gkcUujglw=";
37+
hash = "sha256-9i7uciOr3+hjvesMBlrVq5TgR6fSXYP5RziCnMgfi/E=";
3838
};
3939

4040
nativeBuildInputs = [

0 commit comments

Comments
 (0)