Merge pull request #302446 from fabaff/scilla-bump

scilla: 1.2.7 -> 1.3.0
This commit is contained in:
Fabian Affolter 2024-04-08 08:34:56 +02:00 committed by GitHub
commit 1d01b3558f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 7 deletions

View File

@ -1,20 +1,26 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
pname = "scilla";
version = "1.2.7";
version = "1.3.0";
src = fetchFromGitHub {
owner = "edoardottt";
repo = pname;
repo = "scilla";
rev = "refs/tags/v${version}";
hash = "sha256-gZuNXQaxHJYLsEaOpNYo7ybg3f0GhkpiaLrex5lkDu4=";
hash = "sha256-ms52ii2cbZSZtcyxhVN+FbGP6hysoLvS7XwdPqxYymU=";
};
vendorHash = "sha256-bVGmleuOJzi/Sz7MJlnQuJsDgRWuwieLUx8hcyKkWXI=";
vendorHash = "sha256-tOg4T9yQm1aj5G89lUeRUTxi4YrwpRi5KDcpWw4TimY=";
ldflags = [
"-w"
"-s"
];
checkFlags = [
# requires network access