Skip to content

Commit e1f0c8b

Browse files
authored
babashka-unwrapped: 1.12.196 -> 1.12.197 (#386006)
2 parents 45f5319 + 78107ec commit e1f0c8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pkgs/by-name/ke/keylight-cli/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ];

pkgs/development/interpreters/babashka/clojure-tools.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
}:
88
clojure.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
})

pkgs/development/interpreters/babashka/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
let
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;

0 commit comments

Comments
 (0)