about summary refs log tree commit diff
path: root/pkgs/tools/security/scilla
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-08 00:47:52 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-08 00:47:52 +0200
commit7b9aa23df550076f506195bb5935491c56c96753 (patch)
tree853b4233f7098d10c496275bc9cd0a1e1b3ceb72 /pkgs/tools/security/scilla
parent73060c3366f7c717aadf77cd64d2c023f3f35815 (diff)
scilla: 1.2.7 -> 1.3.0
Diff: https://github.com/edoardottt/scilla/compare/refs/tags/v1.2.7...v1.3.0

Changelog: https://github.com/edoardottt/scilla/releases/tag/v1.3.0
Diffstat (limited to 'pkgs/tools/security/scilla')
-rw-r--r--pkgs/tools/security/scilla/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/scilla/default.nix b/pkgs/tools/security/scilla/default.nix
index 0484cfaa9f87e..e003683181daa 100644
--- a/pkgs/tools/security/scilla/default.nix
+++ b/pkgs/tools/security/scilla/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "scilla";
-  version = "1.2.7";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     owner = "edoardottt";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-gZuNXQaxHJYLsEaOpNYo7ybg3f0GhkpiaLrex5lkDu4=";
+    hash = "sha256-ms52ii2cbZSZtcyxhVN+FbGP6hysoLvS7XwdPqxYymU=";
   };
 
-  vendorHash = "sha256-bVGmleuOJzi/Sz7MJlnQuJsDgRWuwieLUx8hcyKkWXI=";
+  vendorHash = "sha256-tOg4T9yQm1aj5G89lUeRUTxi4YrwpRi5KDcpWw4TimY=";
 
   checkFlags = [
     # requires network access