Skip to content

Commit 11de809

Browse files
ziltiEmery Hemingway
authored andcommitted
Pharo: version update to 10.3.1
1 parent eec332b commit 11de809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ph/pharo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "pharo";
19-
version = "10.0.9-de76067";
19+
version = "10.3.1-6cdb1e5";
2020

2121
src = fetchzip {
2222
# It is necessary to download from there instead of from the repository because that archive
2323
# also contains artifacts necessary for the bootstrapping.
2424
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=";
25+
hash = "sha256-Oskbo0ZMh2Wr8uY9BjA54AhFVDEuzs4AN8cpO02gdfY=";
2626
};
2727

2828
strictDeps = true;

0 commit comments

Comments
 (0)