toxic: 0.15.1 -> 0.16.0

This commit is contained in:
R. Ryantm
2024-12-12 12:54:38 +00:00
committed by Emery Hemingway
parent 7db9b85056
commit 2e59c7a65a
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "toxic";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "TokTok";
repo = "toxic";
rev = "v${version}";
hash = "sha256-+nOjlQED2pbYwGV6IGeKK1pymBSrDVWCWKjZ42vib7E=";
hash = "sha256-qwMkqPTONtG+LnH6a/Debp+n39dJpbUMoy1nIukYjKo=";
};
makeFlags = [ "PREFIX=$(out)" ];