about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-09-15 20:26:43 -0500
committerGitHub <noreply@github.com>2021-09-15 20:26:43 -0500
commit31de227abd15e4181d888c971edc1f975d70145f (patch)
treecb166d6c7ca939bee0dea42a1df8f5ff4d286cbf /pkgs/games
parentdf5d6f5ebeef280c926d0cdbc2f78f86da714e35 (diff)
parent82510b5a519a44b76ac6db84861b5fcdb989d2a2 (diff)
Merge pull request #137941 from r-ryantm/auto-update/the-powder-toy
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/the-powder-toy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/the-powder-toy/default.nix b/pkgs/games/the-powder-toy/default.nix
index 8857e3868b522..6d7b4bccc9554 100644
--- a/pkgs/games/the-powder-toy/default.nix
+++ b/pkgs/games/the-powder-toy/default.nix
@@ -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 ];