bio-gappa: 0.8.5 -> 0.9.0

This commit is contained in:
R. Ryantm
2025-02-19 00:34:49 +00:00
parent c3e1114c80
commit 4e13f15d51
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bio-gappa";
version = "0.8.5";
version = "0.9.0";
src = fetchFromGitHub {
owner = "lczech";
repo = "gappa";
rev = "v${finalAttrs.version}";
hash = "sha256-YuvJyLMfGUKXvJyMe/HadrCc6HRnn4bipepX2FOuGfM=";
hash = "sha256-WV8PO0v+e14tyjEm+xQGveQ0Pslgeh+osEMCqF8mue0=";
fetchSubmodules = true;
};