tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
the-powder-toy: 91.5.330 -> 92.0.331
Nikolay Amiantov
8 years ago
861a75a6
679d7f56
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
the-powder-toy
default.nix
+2
-2
pkgs/games/the-powder-toy/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "the-powder-toy-${version}";
5
5
-
version = "91.5.330";
5
5
+
version = "92.0.331";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "simtr";
9
9
repo = "The-Powder-Toy";
10
10
rev = "v${version}";
11
11
-
sha256 = "19m7jyg3pnppymvr6lz454mjiw18hvldpdhi33596m9ji3nrq8x7";
11
11
+
sha256 = "185zlg20qk6ic9llyf4xka923snqrpdazg568raz0jiafzzsirax";
12
12
};
13
13
14
14
patches = [ ./fix-env.patch ];