about summary refs log tree commit diff
path: root/pkgs/games/teeworlds
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-04-23 06:27:26 -0500
committerWill Dietz <w@wdtz.org>2019-04-23 07:33:25 -0500
commit3baa5c13f0ff552326aa5f99fcf9cbe518181fa7 (patch)
treed36097e0390d7a85fc2a112844c445a4112dc2ec /pkgs/games/teeworlds
parent029a37c6f564cd2dcece9662e81085ddd25a4852 (diff)
downloadnixlib-3baa5c13f0ff552326aa5f99fcf9cbe518181fa7.tar
nixlib-3baa5c13f0ff552326aa5f99fcf9cbe518181fa7.tar.gz
nixlib-3baa5c13f0ff552326aa5f99fcf9cbe518181fa7.tar.bz2
nixlib-3baa5c13f0ff552326aa5f99fcf9cbe518181fa7.tar.lz
nixlib-3baa5c13f0ff552326aa5f99fcf9cbe518181fa7.tar.xz
nixlib-3baa5c13f0ff552326aa5f99fcf9cbe518181fa7.tar.zst
nixlib-3baa5c13f0ff552326aa5f99fcf9cbe518181fa7.zip
teeworlds: 0.7.3 -> 0.7.3.1
Diffstat (limited to 'pkgs/games/teeworlds')
-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 0b87d752a838..43f9848d88d8 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 = ''