scalafmt: 3.3.0 -> 3.3.1

This commit is contained in:
JesusMtnez 2022-01-13 09:46:15 +01:00
parent 2641efd7d0
commit 2afbf72715
No known key found for this signature in database
GPG Key ID: D54244C88732F2A1

View File

@ -2,7 +2,7 @@
let let
baseName = "scalafmt"; baseName = "scalafmt";
version = "3.3.0"; version = "3.3.1";
deps = stdenv.mkDerivation { deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}"; name = "${baseName}-deps-${version}";
buildCommand = '' buildCommand = ''
@ -13,7 +13,7 @@ let
''; '';
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHash = "PlLQVNn2HomcR9grqGFgaXYWxg9EU7ihd28wXruZiBs="; outputHash = "hEfy8hNuWin7mKXs9yD9bEKHCVNuxrz5qasTeLOi1zY=";
}; };
in in
stdenv.mkDerivation { stdenv.mkDerivation {