about summary refs log tree commit diff
path: root/pkgs/tools/security/verifpal
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-11-28 10:01:15 -0800
committerGitHub <noreply@github.com>2021-11-28 18:01:15 +0000
commitf6053b7c826d4927e1d9460027b15281b8211d79 (patch)
tree7eb91de9377f4fd8da3c8f8931e179daceb24b8a /pkgs/tools/security/verifpal
parent70c6189db536356f9eb97610eddc531811115b2e (diff)
verifpal: 0.26.0 -> 0.26.1 (#143282)
Diffstat (limited to 'pkgs/tools/security/verifpal')
-rw-r--r--pkgs/tools/security/verifpal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/verifpal/default.nix b/pkgs/tools/security/verifpal/default.nix
index 02f41477c7efc..821118f598c5a 100644
--- a/pkgs/tools/security/verifpal/default.nix
+++ b/pkgs/tools/security/verifpal/default.nix
@@ -6,15 +6,15 @@
 
 buildGoModule rec {
   pname = "verifpal";
-  version = "0.26.0";
+  version = "0.26.1";
 
   src = fetchgit {
     url = "https://source.symbolic.software/verifpal/verifpal.git";
     rev = "v${version}";
-    sha256 = "1ag1fpgk4xa5041y6a0pchmh32j876bl0iqjb7lxxqg5nc76d3v1";
+    sha256 = "sha256-y07RXv2QSyUJpGuFsLJ2sGNo4YzhoCYQr3PkUj4eIOY=";
   };
 
-  vendorSha256 = "XHeXonzRDHXayge5G3apvDarbOfTiV+UQ+IqSbrLkCk=";
+  vendorSha256 = "sha256-gUpgnd/xiLqRNl1bPzVp+0GM/J5GEx0VhUfo6JsX8N8=";
 
   nativeBuildInputs = [ pigeon ];