libgff: 2.0.0 -> 2.0.1 (#497543)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-07 21:31:17 +00:00
committed by GitHub
+2 -2
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 ];