geomyidae: 0.96 -> 0.99

This commit is contained in:
R. Ryantm
2025-08-11 00:34:32 +00:00
parent b1b0d690fb
commit 49a15612e1
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "geomyidae";
version = "0.96";
version = "0.99";
src = fetchurl {
url = "gopher://bitreich.org/9/scm/geomyidae/tag/geomyidae-v${version}.tar.gz";
hash = "sha256-O6zccrz5qrtvafNQvM50U2JfG42LAWJJ/DXfiDKh4dc=";
hash = "sha256-QnAUqvyi+b14kIjqnreY6adFl62glRiuX9QiVamR6zw=";
};
buildInputs = [ libressl ];