the-powder-toy: 91.5.330 -> 92.0.331

This commit is contained in:
Nikolay Amiantov 2017-07-27 15:54:45 +03:00
parent 679d7f563a
commit 861a75a64c
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "the-powder-toy-${version}"; name = "the-powder-toy-${version}";
version = "91.5.330"; version = "92.0.331";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "simtr"; owner = "simtr";
repo = "The-Powder-Toy"; repo = "The-Powder-Toy";
rev = "v${version}"; rev = "v${version}";
sha256 = "19m7jyg3pnppymvr6lz454mjiw18hvldpdhi33596m9ji3nrq8x7"; sha256 = "185zlg20qk6ic9llyf4xka923snqrpdazg568raz0jiafzzsirax";
}; };
patches = [ ./fix-env.patch ]; patches = [ ./fix-env.patch ];