We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4989a24 commit b3d4850Copy full SHA for b3d4850
pkgs/by-name/bi/bigloo/package.nix
@@ -12,11 +12,11 @@
12
13
stdenv.mkDerivation rec {
14
pname = "bigloo";
15
- version = "4.4b";
+ version = "4.5b";
16
17
src = fetchurl {
18
url = "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-${version}.tar.gz";
19
- sha256 = "sha256-oxOSJwKWmwo7PYAwmeoFrKaYdYvmvQquWXyutolc488=";
+ sha256 = "sha256-hk1SXuan/zOf2ajJc8xGv5piOjgn2Ev7bgSikiNwfaU=";
20
};
21
22
nativeBuildInputs = [
0 commit comments