Merge pull request #60089 from dtzWill/update/teeworlds-0.7.3.1
teeworlds: 0.7.3 -> 0.7.3.1
This commit is contained in:
commit
d6db31a720
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue