Merge pull request #209412 from r-ryantm/auto-update/babashka

babashka: 1.0.168 -> 1.0.169

authored by

figsoda and committed by
GitHub
2908a824 c27ddaaf

+2 -2
+2 -2
pkgs/development/interpreters/clojure/babashka.nix
··· 2 2 3 3 buildGraalvmNativeImage rec { 4 4 pname = "babashka"; 5 - version = "1.0.168"; 5 + version = "1.0.169"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; 9 - sha256 = "sha256-K56SEfSq0mjltUwR2VZxGiGn9nnEdDBoZrkaBOIIl7k="; 9 + sha256 = "sha256-R4oGMN/2oVPKe0JBXXQ1mzw0F66Wn+WiP0kVs53zdoI="; 10 10 }; 11 11 12 12 executable = "bb";