about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-13 14:11:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-13 14:11:47 +0000
commite4124fc72296ea0bffd8ec91fa8ca1916d4b6e66 (patch)
tree5ef46384273515dff98a83cb0d6d1686545ef08b /pkgs/tools/security
parentc9b3406603b62db1df60dc28d18a69ce41749729 (diff)
notation: 1.1.0 -> 1.1.1
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/notation/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/notation/default.nix b/pkgs/tools/security/notation/default.nix
index f9318296060f5..3afd7bd27f2ff 100644
--- a/pkgs/tools/security/notation/default.nix
+++ b/pkgs/tools/security/notation/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "notation";
-  version = "1.1.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "notaryproject";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-MJBFdtx+HkPCN1SIohKOy33BW746GNN2fWkr7TIuBmk=";
+    hash = "sha256-Pi4Ddlx8G4dRDz79yTiPBf6gf0wsvoE9CuyeVGrHst0=";
   };
 
-  vendorHash = "sha256-USkufc1dG4eyRfRJHSX4mVZHnvOc5onHenF98Aedac4=";
+  vendorHash = "sha256-REJPSBLXzIPAmxwzckufTqJvZCWUUkJLBmHTx2nv9QM=";
 
   nativeBuildInputs = [
     installShellFiles