File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/interpreters/babashka Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77} :
88clojure . overrideAttrs ( previousAttrs : {
99 pname = "babashka-clojure-tools" ;
10- version = "1.12.0.1517 " ;
10+ version = "1.12.0.1530 " ;
1111
1212 src = fetchurl {
1313 url = previousAttrs . src . url ;
14- hash = "sha256-OGlOh2x6U2DBb0t9LDmTtyMgHFgibQk4zQIXZeM6Ue8 =" ;
14+ hash = "sha256-D/JLioEmujnTLeeEoIdnxd8lk4TLdsbuPbTWECcF7Uk =" ;
1515 } ;
1616} )
Original file line number Diff line number Diff line change 1010let
1111 babashka-unwrapped = buildGraalvmNativeImage rec {
1212 pname = "babashka-unwrapped" ;
13- version = "1.12.197 " ;
13+ version = "1.12.200 " ;
1414
1515 src = fetchurl {
1616 url = "https://github.com/babashka/babashka/releases/download/v${ version } /babashka-${ version } -standalone.jar" ;
17- sha256 = "sha256-ek2z1YqA7UU6LbvBCEWGgcefnv7MncJ/hDTYFJZKezU =" ;
17+ sha256 = "sha256-hxcoVUaL19RM56fG8oxSKQwPHXDzaoSdCdHXSTXQ9fI =" ;
1818 } ;
1919
2020 graalvmDrv = graalvmPackages . graalvm-ce ;
You can’t perform that action at this time.
0 commit comments