bio-gappa: 0.8.4 -> 0.8.5

This commit is contained in:
R. Ryantm
2024-12-17 00:34:25 +00:00
parent a31f38ad20
commit 6086df8d4d
+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;
};