Merge pull request #276432 from r-ryantm/auto-update/surelog

surelog: 1.80 -> 1.82
This commit is contained in:
Weijia Wang 2024-04-01 01:08:27 +02:00 committed by GitHub
commit 3db4469d98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "surelog";
version = "1.80";
version = "1.82";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-jpt/5h0HnkiJowyVDoMSyiuL6/dokB4xg1sdyctHrDs=";
hash = "sha256-iW2mQPmKfbAWaiEURyVly5IjJ3YpXjVBkm/UbUuwb6k=";
fetchSubmodules = false; # we use all dependencies from nix
};