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

View file

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