about summary refs log tree commit diff
path: root/pkgs/tools/security/keyscope
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-09 22:10:36 -0500
committerfigsoda <figsoda@pm.me>2023-03-09 22:10:36 -0500
commit432d2776b9dc296cf6f39d37f3a3bc85a4ded93e (patch)
treee121439cf99cd8b0372c61cf2308a39e1ff5dd1a /pkgs/tools/security/keyscope
parente9cf2d1a41fcac13ce22f8c01c42972dae9b99b3 (diff)
keyscope: 1.2.3 -> 1.3.0
Diff: https://github.com/spectralops/keyscope/compare/v1.2.3...v1.3.0

Changelog: https://github.com/spectralops/keyscope/blob/v1.3.0/CHANGELOG.md
Diffstat (limited to 'pkgs/tools/security/keyscope')
-rw-r--r--pkgs/tools/security/keyscope/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/keyscope/default.nix b/pkgs/tools/security/keyscope/default.nix
index 08c2ded80ad84..31d97256f0e7f 100644
--- a/pkgs/tools/security/keyscope/default.nix
+++ b/pkgs/tools/security/keyscope/default.nix
@@ -12,16 +12,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "keyscope";
-  version = "1.2.3";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     owner = "spectralops";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-RKeEumj9HuifEXE8g5G7EsIalGD1vLRawh59s/ykUmg=";
+    sha256 = "sha256-SrBtgirg52q7gM3GZsJsV8ASACvb4sYv5HDbyItpjbk=";
   };
 
-  cargoSha256 = "sha256-8lTwczuOgPhzwGcQ2KoqK5Zf3HS3uwsok036l+12Xb0=";
+  cargoSha256 = "sha256-MFP3AqlfaclmZxRwaWFw6hsZwCQMRKJEyFEyUN+QLqo=";
 
   nativeBuildInputs = [ pkg-config ];