spring: 104.0.1-1480-gc9377ac -> 104.0.1-1482-gc4e1654

This commit is contained in:
Richard Marko 2020-04-11 20:08:53 +02:00
parent 9b8ee09a7c
commit 84d39a3c2f

View File

@ -9,16 +9,16 @@ stdenv.mkDerivation rec {
pname = "spring"; pname = "spring";
version = "104.0.1-${buildId}-g${shortRev}"; version = "104.0.1-${buildId}-g${shortRev}";
# usually the latest in https://github.com/spring/spring/commits/maintenance # usually the latest in https://github.com/spring/spring/commits/maintenance
rev = "c9377ac3d5779eca811080e1c98a3ac668a22b18"; rev = "c4e1654d5d2758fb8bf8f5c9769dd4be2a3eb866";
shortRev = builtins.substring 0 7 rev; shortRev = builtins.substring 0 7 rev;
buildId = "1480"; buildId = "1482";
# taken from https://github.com/spring/spring/commits/maintenance # taken from https://github.com/spring/spring/commits/maintenance
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spring"; owner = "spring";
repo = "spring"; repo = "spring";
inherit rev; inherit rev;
sha256 = "0iha1bnb72hqijm41jppipqgghh15cw3rbyyzfal1b516431848p"; sha256 = "1rnpn8i4m5spkf3jjndz17ldh4h09q7bh6zaxzmpgxilh8gjdj92";
fetchSubmodules = true; fetchSubmodules = true;
}; };