Skip to content

Commit fa2da43

Browse files
authoredMar 25, 2025
authenticator: 4.5.0 -> 4.6.0 (#392572)
2 parents 6cb0be2 + a0ab65c commit fa2da43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/au/authenticator/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626

2727
stdenv.mkDerivation rec {
2828
pname = "authenticator";
29-
version = "4.5.0";
29+
version = "4.6.0";
3030

3131
src = fetchFromGitLab {
3232
domain = "gitlab.gnome.org";
3333
owner = "World";
3434
repo = "Authenticator";
3535
rev = version;
36-
hash = "sha256-g4+ntBuAEH9sj61CiS5t95nMfCgaWJTgiwRXtwrUTs0=";
36+
hash = "sha256-Kq/J/1+ROibR6NjfH/g760/CT4DZg1hIcsXQ4MHzrDc=";
3737
};
3838

3939
cargoDeps = rustPlatform.fetchCargoVendor {
4040
inherit src;
4141
name = "${pname}-${version}";
42-
hash = "sha256-fG0xABK/qzoACFEYhMeDF6Qbucx0FCPpuTuInDFHnu8=";
42+
hash = "sha256-SQDr4jdCZzuizYWwJ5crrunqN8O2bCUv5gIslBduAZY=";
4343
};
4444

4545
preFixup = ''

0 commit comments

Comments
 (0)
Failed to load comments.