summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/authenticator/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-06-04 20:51:37 +0000
committerRobert Schütz <github@dotlambda.de>2022-06-13 00:15:02 +0000
commite3dc5bf1307611af889de1c9c98658f97e03a59a (patch)
tree06d2576f008454593ebf53a7afb769b0fab19794 /pkgs/applications/misc/authenticator/default.nix
parentf5cafb7817d4c2b6db188a79b237e5ba8c7381fd (diff)
authenticator: 4.1.2 -> 4.1.4
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 ba410f41baef..755b89e03b66 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.2";
+ version = "4.1.4";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "Authenticator";
rev = version;
- hash = "sha256-YxmVqL9dseImN3LfkRz+Au+IaKpTepHl3CNx2Ue7N24=";
+ hash = "sha256-606uMEbJd60ehoEEV0w2vz33poR1/18HcsvBMszMZrc=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
- hash = "sha256-ub2PryALI7QXEG0djkPVQQCgZn5M5VoGo6ETSkvEjX0=";
+ hash = "sha256-D2kT4IBKxbrL17S+kPyofu1sLPHMuyez6jTiA6kVohs=";
};
nativeBuildInputs = [