surelog: update to 1.37

This commit is contained in:
Matt Huszagh 2022-09-21 05:00:38 -07:00
parent 30eca8eb68
commit a3b780cf97

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "surelog";
version = "v1.36";
version = "1.37";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = pname;
rev = version;
hash = "sha256-gMxpnSsJTXmg2VU7mQcw1J40OuqW6oo9/sGplLgV0ho=";
rev = "v${version}";
hash = "sha256-QYak0kWiL7C05zQmDd7Jl3a00rp4rMx0DJtd0K6lCII=";
fetchSubmodules = true;
};