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 eec332b commit 11de809Copy full SHA for 11de809
pkgs/by-name/ph/pharo/package.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "pharo";
19
- version = "10.0.9-de76067";
+ version = "10.3.1-6cdb1e5";
20
21
src = fetchzip {
22
# It is necessary to download from there instead of from the repository because that archive
23
# also contains artifacts necessary for the bootstrapping.
24
url = "https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/PharoVM-${finalAttrs.version}-Linux-x86_64-c-src.zip";
25
- hash = "sha256-INeQGYCxBu7DvFmlDRXO0K2nhxcd9K9Xwp55iNdlvhk=";
+ hash = "sha256-Oskbo0ZMh2Wr8uY9BjA54AhFVDEuzs4AN8cpO02gdfY=";
26
};
27
28
strictDeps = true;
0 commit comments