summary refs log tree commit diff
path: root/pkgs/games/spring
diff options
context:
space:
mode:
authorRichard Marko <srk@48.io>2020-04-11 14:21:32 +0200
committerRichard Marko <srk@48.io>2020-04-11 14:27:47 +0200
commitbd20b4d4c782c14fcf37170a4dd27057ec76b471 (patch)
treeb30f4d298e4cb21c0fd874de7992fc9ab5be006d /pkgs/games/spring
parentf4a9fe36fa6c5b26cde72154b6cf2df1e262562e (diff)
downloadnixpkgs-bd20b4d4c782c14fcf37170a4dd27057ec76b471.tar
nixpkgs-bd20b4d4c782c14fcf37170a4dd27057ec76b471.tar.gz
nixpkgs-bd20b4d4c782c14fcf37170a4dd27057ec76b471.tar.bz2
nixpkgs-bd20b4d4c782c14fcf37170a4dd27057ec76b471.tar.lz
nixpkgs-bd20b4d4c782c14fcf37170a4dd27057ec76b471.tar.xz
nixpkgs-bd20b4d4c782c14fcf37170a4dd27057ec76b471.tar.zst
nixpkgs-bd20b4d4c782c14fcf37170a4dd27057ec76b471.zip
spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac
Diffstat (limited to 'pkgs/games/spring')
-rw-r--r--pkgs/games/spring/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index ae09cdf639b..93464cf17e8 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -8,17 +8,17 @@
 stdenv.mkDerivation rec {
   pname = "spring";
   version = "104.0.1-${buildId}-g${shortRev}";
-  # usually the latest in https://github.com/spring/spring/commits/maintenance 
-  rev = "8ecf38a784ed3c4e3d67bc8d59839a77e0f0b83e";
+  # usually the latest in https://github.com/spring/spring/commits/maintenance
+  rev = "c9377ac3d5779eca811080e1c98a3ac668a22b18";
   shortRev = builtins.substring 0 7 rev;
-  buildId = "1477";
+  buildId = "1480";
 
   # taken from https://github.com/spring/spring/commits/maintenance
   src = fetchFromGitHub {
     owner = "spring";
     repo = "spring";
     inherit rev;
-    sha256 = "0iai1wnd7msabgw2979cp2k54sgcfvidfmymhnck31jwbfa6y021";
+    sha256 = "0iha1bnb72hqijm41jppipqgghh15cw3rbyyzfal1b516431848p";
     fetchSubmodules = true;
   };