foma: 0.10.0alpha-unstable-2024-03-13 -> 0.10.0alpha-unstable-2025-09-10 (#453466)

This commit is contained in:
Yohann Boniface
2025-10-23 21:32:19 +00:00
committed by GitHub
+3 -4
View File
@@ -9,16 +9,15 @@
readline,
zlib,
}:
stdenv.mkDerivation rec {
pname = "foma";
version = "0.10.0alpha-unstable-2024-03-13";
version = "0.10.0alpha-unstable-2025-09-10";
src = fetchFromGitHub {
owner = "mhulden";
repo = "foma";
rev = "e0d8122bda4bbd56f18510bdfe840617f9736ae7";
hash = "sha256-UbwuHTilKWo4sVD3igcSlTqH78N6JQFvRD35QwfoX10=";
rev = "91f91866af843aec487313d028dbd1f76b5fb1a5";
hash = "sha256-CXRZNcEgsjD/9PowNynPyfLVbk8KDe3T52UetYMwC6w=";
};
sourceRoot = "${src.name}/foma";