summary refs log tree commit diff
path: root/pkgs/games/spring
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-04-11 14:58:35 +0200
committerGitHub <noreply@github.com>2020-04-11 14:58:35 +0200
commitce419005bbc2e7e701519458916ef1cca54bc6ed (patch)
treea187b2e28864559ba1d7811c4962862e6f41c924 /pkgs/games/spring
parentef1e4f80640abf8cc63ff4858c2e39ef46a4c246 (diff)
parent9b8ee09a7c7dbd1f6b125377f7ebe07b1e236ac3 (diff)
downloadnixpkgs-ce419005bbc2e7e701519458916ef1cca54bc6ed.tar
nixpkgs-ce419005bbc2e7e701519458916ef1cca54bc6ed.tar.gz
nixpkgs-ce419005bbc2e7e701519458916ef1cca54bc6ed.tar.bz2
nixpkgs-ce419005bbc2e7e701519458916ef1cca54bc6ed.tar.lz
nixpkgs-ce419005bbc2e7e701519458916ef1cca54bc6ed.tar.xz
nixpkgs-ce419005bbc2e7e701519458916ef1cca54bc6ed.tar.zst
nixpkgs-ce419005bbc2e7e701519458916ef1cca54bc6ed.zip
Merge pull request #84990 from sorki/spring
spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac
Diffstat (limited to 'pkgs/games/spring')
-rw-r--r--pkgs/games/spring/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 6e3d42e2891..51ec69b757b 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;
   };
 
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
     homepage = "https://springrts.com/";
     description = "A powerful real-time strategy (RTS) game engine";
     license = licenses.gpl2;
-    maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
+    maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar maintainers.sorki ];
     platforms = platforms.linux;
   };
 }