surelog: 1.80 -> 1.82

This commit is contained in:
R. Ryantm 2024-01-05 21:46:27 +00:00
parent ad41959648
commit 42766a4606

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
};