libgff: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2026-03-07 12:27:52 +00:00
parent 0a45799ca3
commit acf115cd40

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libgff";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "COMBINE-lab";
repo = "libgff";
rev = "v${finalAttrs.version}";
hash = "sha256-ZCb3UyuB/+ykrYFQ9E5VytT65gAAULiOzIEu5IXISTc=";
hash = "sha256-OgXnNGIgWZDIChRdEfmHwvl+oQM03V3a/HnndGLjcHk=";
};
nativeBuildInputs = [ cmake ];