mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
Update version of Powder Toy.
This commit is contained in:
parent
e33d6364f6
commit
3f24867c09
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "the-powder-toy-${version}";
|
name = "the-powder-toy-${version}";
|
||||||
version = "92.5";
|
version = "93.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "simtr";
|
owner = "simtr";
|
||||||
|
|
Loading…
Reference in a new issue