the-powder-toy: 99.2.382 -> 99.3.384 (#384237)

This commit is contained in:
Weijia Wang
2025-03-06 14:19:44 +01:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation rec {
pname = "the-powder-toy";
version = "99.2.382";
version = "99.3.384";
src = fetchFromGitHub {
owner = "The-Powder-Toy";
repo = "The-Powder-Toy";
tag = "v${version}";
hash = "sha256-qf5Bh7f4nNNhzh+3id7+lW/eKnZ4ZKgrJxR1EWurKy8=";
hash = "sha256-vlswHNkjyxM9sZT+mwiCMfNbdAbhYyx06w+ZLfaPaEQ=";
};
nativeBuildInputs = [