bio-gappa: 0.8.4 -> 0.8.5 (#365738)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-19 21:04:18 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bio-gappa";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "lczech";
repo = "gappa";
rev = "v${finalAttrs.version}";
hash = "sha256-VAp9e5Cu3tTeWSOTZ8kPG1eOyocYZiJsy/s+MWbCMLI=";
hash = "sha256-YuvJyLMfGUKXvJyMe/HadrCc6HRnn4bipepX2FOuGfM=";
fetchSubmodules = true;
};