Merge pull request #262900 from r-ryantm/auto-update/sbt

sbt: 1.9.6 -> 1.9.7
This commit is contained in:
Nick Cao 2023-10-23 09:02:09 -04:00 committed by GitHub
commit ae1331744c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sbt";
version = "1.9.6";
version = "1.9.7";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${finalAttrs.version}/sbt-${finalAttrs.version}.tgz";
hash = "sha256-kj15F8y5mp/ZhfSr/YHKrK7UIoTmfT92lsxSOefFlcs=";
hash = "sha256-I1Q7xFl7VS6OLCfWlf5nLsI1q4pk92azeCj7aMbZ2RA=";
};
postPatch = ''