File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
development/interpreters/babashka Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
1313 owner = "versality" ;
1414 repo = "keylight-cli" ;
1515 tag = "v${ version } " ;
16- sha256 = "sha256-gzTvMBa7JVckxLnltlR5XOj6BBbfPXZei7Wj3f1n4Kw =" ;
16+ hash = "sha256-boL6Sg+C9OxMEcr5tAFCn8NxCDrJ6I2nMn9/2yMOYRI =" ;
1717 } ;
1818
1919 buildInputs = [ babashka ] ;
Original file line number Diff line number Diff line change 77} :
88clojure . overrideAttrs ( previousAttrs : {
99 pname = "babashka-clojure-tools" ;
10- version = "1.12.0.1488 " ;
10+ version = "1.12.0.1517 " ;
1111
1212 src = fetchurl {
1313 url = previousAttrs . src . url ;
14- hash = "sha256-vBm+ABC+8EIcJv077HvDvKCMGSgo1ZoVGEVCLcRCB0I =" ;
14+ hash = "sha256-OGlOh2x6U2DBb0t9LDmTtyMgHFgibQk4zQIXZeM6Ue8 =" ;
1515 } ;
1616} )
Original file line number Diff line number Diff line change 99let
1010 babashka-unwrapped = buildGraalvmNativeImage rec {
1111 pname = "babashka-unwrapped" ;
12- version = "1.12.196 " ;
12+ version = "1.12.197 " ;
1313
1414 src = fetchurl {
1515 url = "https://github.com/babashka/babashka/releases/download/v${ version } /babashka-${ version } -standalone.jar" ;
16- sha256 = "sha256-11HrLQi/BYX+LqqUAN3mZx13775dzXCDFxpJP33bKQY =" ;
16+ sha256 = "sha256-ek2z1YqA7UU6LbvBCEWGgcefnv7MncJ/hDTYFJZKezU =" ;
1717 } ;
1818
1919 graalvmDrv = graalvmPackages . graalvm-ce ;
You can’t perform that action at this time.
0 commit comments