scilla: 1.3.0 -> 1.3.1
Diff: https://github.com/edoardottt/scilla/compare/refs/tags/v1.3.0...v1.3.1 Changelog: https://github.com/edoardottt/scilla/releases/tag/v1.3.1
This commit is contained in:
parent
2e877e8d91
commit
85872d7fe6
@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "scilla";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "edoardottt";
|
||||
repo = "scilla";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ms52ii2cbZSZtcyxhVN+FbGP6hysoLvS7XwdPqxYymU=";
|
||||
hash = "sha256-V6QJqjuVLE6jpwv4XbsdPx8kpfTRjV4QH5O6lng9+h4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-tOg4T9yQm1aj5G89lUeRUTxi4YrwpRi5KDcpWw4TimY=";
|
||||
vendorHash = "sha256-yTsiEA6NI2atN1VrclwVe1xz7CEFfcuRt4yMuz2CFog=";
|
||||
|
||||
ldflags = [
|
||||
"-w"
|
||||
|
Loading…
Reference in New Issue
Block a user