about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-24 09:01:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-24 09:01:26 +0000
commitf96f3416bc58e9a8e72055fda65e480a1e808da4 (patch)
treed720f0e2f2e07367bac71d2bdf75d9d18c66fcfb
parent30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff)
authoscope: 0.8.0 -> 0.8.1
-rw-r--r--pkgs/tools/security/authoscope/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/authoscope/default.nix b/pkgs/tools/security/authoscope/default.nix
index eafd5ebb7d2f2..f21df67035e40 100644
--- a/pkgs/tools/security/authoscope/default.nix
+++ b/pkgs/tools/security/authoscope/default.nix
@@ -12,16 +12,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "authoscope";
-  version = "0.8.0";
+  version = "0.8.1";
 
   src = fetchFromGitHub {
     owner = "kpcyrd";
     repo = pname;
     rev = "v${version}";
-    sha256 = "11ci38m6d3lj4f0g7cl3dqf10kfk258k2k92phd2nav1my4i90pf";
+    sha256 = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk=";
   };
 
-  cargoSha256 = "13x7i52i3k88vkfvk2smy2aqfg3na4317scvw7ali1rv545nbxds";
+  cargoSha256 = "sha256-rSHuKy86iJNLAKSVcb7fn7A/cc75EOc97jGI14EaC6k=";
 
   nativeBuildInputs = [
     installShellFiles