bigloo: 4.4b -> 4.5b

This commit is contained in:
R. Ryantm
2024-12-17 15:56:46 +00:00
parent 4989a246d7
commit b3d48503cb
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "bigloo";
version = "4.4b";
version = "4.5b";
src = fetchurl {
url = "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-${version}.tar.gz";
sha256 = "sha256-oxOSJwKWmwo7PYAwmeoFrKaYdYvmvQquWXyutolc488=";
sha256 = "sha256-hk1SXuan/zOf2ajJc8xGv5piOjgn2Ev7bgSikiNwfaU=";
};
nativeBuildInputs = [