about summary refs log tree commit diff
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-04-23 15:30:50 +0200
committerGitHub <noreply@github.com>2019-04-23 15:30:50 +0200
commitd6db31a7205ada37e7141e3b1a1f3099f3302854 (patch)
treed36097e0390d7a85fc2a112844c445a4112dc2ec
parent029a37c6f564cd2dcece9662e81085ddd25a4852 (diff)
parent3baa5c13f0ff552326aa5f99fcf9cbe518181fa7 (diff)
Merge pull request #60089 from dtzWill/update/teeworlds-0.7.3.1
teeworlds: 0.7.3 -> 0.7.3.1
-rw-r--r--pkgs/games/teeworlds/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix
index 0b87d752a8383..43f9848d88d83 100644
--- a/pkgs/games/teeworlds/default.nix
+++ b/pkgs/games/teeworlds/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "teeworlds";
-  version = "0.7.3";
+  version = "0.7.3.1";
 
   src = fetchFromGitHub {
     owner = "teeworlds";
     repo = "teeworlds";
     rev = version;
-    sha256 = "1pg5js5f0mfi38zq9zrcw7gvz39b38sk8n2pccxbp8nmbw21zpwl";
+    sha256 = "05qj6gdw167pan1gwq82ffz03nmlhhzrv1sslpfm8w81nq4b5c72";
   };
 
   postPatch = ''