Merge pull request #175363 from dotlambda/authenticator-4.1.2

authenticator: 4.1.1 -> 4.1.2

authored by Sandro and committed by GitHub 412855c7 b99e13ff

+3 -3
+3 -3
pkgs/applications/misc/authenticator/default.nix
··· 25 25 26 26 stdenv.mkDerivation rec { 27 27 pname = "authenticator"; 28 - version = "4.1.1"; 28 + version = "4.1.2"; 29 29 30 30 src = fetchFromGitLab { 31 31 domain = "gitlab.gnome.org"; 32 32 owner = "World"; 33 33 repo = "Authenticator"; 34 34 rev = version; 35 - hash = "sha256-wl7wyj0vVDkOB7XKQFOEFzCmffTsrUsaM83fWgZ6tG0="; 35 + hash = "sha256-YxmVqL9dseImN3LfkRz+Au+IaKpTepHl3CNx2Ue7N24="; 36 36 }; 37 37 38 38 cargoDeps = rustPlatform.fetchCargoTarball { 39 39 inherit src; 40 40 name = "${pname}-${version}"; 41 - hash = "sha256-3SzemDjLsZUXPPtSlDMBQXQf5P3Sz8caJL73mHRv1js="; 41 + hash = "sha256-ub2PryALI7QXEG0djkPVQQCgZn5M5VoGo6ETSkvEjX0="; 42 42 }; 43 43 44 44 nativeBuildInputs = [