maelstrom-clj: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm
2024-12-05 01:28:48 +00:00
parent 895a4c7714
commit a923ebbe80
+2 -2
View File
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
pname = "maelstrom";
version = "0.2.3";
version = "0.2.4";
src = fetchurl {
url = "https://github.com/jepsen-io/maelstrom/releases/download/v${version}/maelstrom.tar.bz2";
hash = "sha256-ISS2qma139Jz9eDxLJvULkqDZeu1vyx9ot4uO0LIVho=";
hash = "sha256-MB7HHWsSrw12XttBP1z1qhBGtWCb1OMTdqC1SVSOV5k=";
};
installPhase = ''