the-powder-toy: 92.0.351 -> 92.5

This commit is contained in:
Nikolay Amiantov 2018-02-25 20:15:54 +03:00
parent c8d520cb80
commit a80e6a5161

View file

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