bigloo: 4.6a -> 4.7a

This commit is contained in:
Marie Ramlow
2026-05-15 14:00:21 +02:00
parent 99c2694682
commit b1f8e9bee8
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bigloo";
version = "4.6a";
version = "4.7a";
src = fetchurl {
url = "https://www-sop.inria.fr/mimosa/fp/Bigloo/download/bigloo-${finalAttrs.version}.tar.gz";
hash = "sha256-lwXsPeAMwcUe52mYlIQaN3DAaodCFbRWNbiESuba8KY=";
hash = "sha256-RCXDf0meLfGnvjM0roUg/XYhRzPZ2f6XsvunHRxM9js=";
};
nativeBuildInputs = [