summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/authenticator/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-06-14 19:26:25 +0000
committerRobert Schütz <nix@dotlambda.de>2022-06-14 19:32:18 +0000
commit088aa5b021ce36bbeeecfbf18e9834c9b5319448 (patch)
tree061f551d2925f3c37b2fe4dad9ee300bec485d2e /pkgs/applications/misc/authenticator/default.nix
parent9585acba1c3d8c3bcbd53f0a48d884d3070659aa (diff)
authenticator: 4.1.4 -> 4.1.6
Diffstat (limited to 'pkgs/applications/misc/authenticator/default.nix')
-rw-r--r--pkgs/applications/misc/authenticator/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/authenticator/default.nix b/pkgs/applications/misc/authenticator/default.nix
index 755b89e03b66..d41685821cd7 100644
--- a/pkgs/applications/misc/authenticator/default.nix
+++ b/pkgs/applications/misc/authenticator/default.nix
@@ -25,20 +25,20 @@
stdenv.mkDerivation rec {
pname = "authenticator";
- version = "4.1.4";
+ version = "4.1.6";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "Authenticator";
rev = version;
- hash = "sha256-606uMEbJd60ehoEEV0w2vz33poR1/18HcsvBMszMZrc=";
+ hash = "sha256-fv7Np3haRCJABlJocKuu+1jevHYrdo+VyiQBpRmHs2g=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
- hash = "sha256-D2kT4IBKxbrL17S+kPyofu1sLPHMuyez6jTiA6kVohs=";
+ hash = "sha256-8GddlDM1lU365GXdrKNhO331/y1p3Om5uZfVLy8TBGI=";
};
nativeBuildInputs = [