about summary refs log tree commit diff
path: root/pkgs/games/spring
diff options
context:
space:
mode:
authorRichard Marko <srk@48.io>2020-04-11 20:08:53 +0200
committerRichard Marko <srk@48.io>2020-04-11 20:08:53 +0200
commit84d39a3c2fceadcbcc6d44d82a49a273bb926aaf (patch)
tree721f86ddc6420d15645f0023274189f59de71688 /pkgs/games/spring
parent9b8ee09a7c7dbd1f6b125377f7ebe07b1e236ac3 (diff)
spring: 104.0.1-1480-gc9377ac -> 104.0.1-1482-gc4e1654
Diffstat (limited to 'pkgs/games/spring')
-rw-r--r--pkgs/games/spring/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index f1b0108a7848e..df9845537d55c 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -9,16 +9,16 @@ stdenv.mkDerivation rec {
   pname = "spring";
   version = "104.0.1-${buildId}-g${shortRev}";
   # usually the latest in https://github.com/spring/spring/commits/maintenance
-  rev = "c9377ac3d5779eca811080e1c98a3ac668a22b18";
+  rev = "c4e1654d5d2758fb8bf8f5c9769dd4be2a3eb866";
   shortRev = builtins.substring 0 7 rev;
-  buildId = "1480";
+  buildId = "1482";
 
   # taken from https://github.com/spring/spring/commits/maintenance
   src = fetchFromGitHub {
     owner = "spring";
     repo = "spring";
     inherit rev;
-    sha256 = "0iha1bnb72hqijm41jppipqgghh15cw3rbyyzfal1b516431848p";
+    sha256 = "1rnpn8i4m5spkf3jjndz17ldh4h09q7bh6zaxzmpgxilh8gjdj92";
     fetchSubmodules = true;
   };