the-powder-toy: 96.1.349 -> 96.2.350

This commit is contained in:
R. RyanTM 2021-09-15 01:20:06 +00:00
parent 7319369972
commit 82510b5a51

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "the-powder-toy";
version = "96.1.349";
version = "96.2.350";
src = fetchFromGitHub {
owner = "The-Powder-Toy";
repo = "The-Powder-Toy";
rev = "v${version}";
sha256 = "sha256-MSN81kPaH8cWZO+QEOlMUQQghs1kn8CpsKA5SUC/RX8=";
sha256 = "sha256-OAy/Hd2UksNiIfTdpA+u9NzIq1pfe8RYG3slI4/LNnM=";
};
nativeBuildInputs = [ meson ninja pkg-config python3 ];