Merge pull request #134846 from r-ryantm/auto-update/toxic

toxic: 0.10.1 -> 0.11.1
This commit is contained in:
Bobby Rong 2021-09-16 11:55:34 +08:00 committed by GitHub
commit 37f27661c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "toxic";
version = "0.10.1";
version = "0.11.1";
src = fetchFromGitHub {
owner = "Tox";
repo = "toxic";
rev = "v${version}";
sha256 = "sha256-EElDi/VEYgYPpoDNatxcKQC1pnCU8kOcj0bAFojD9fU=";
sha256 = "sha256-5jLXXI+IMrYa7ZtdMjJrah1zB5TJ3GdHfvcMd1TYE4E=";
};
makeFlags = [ "PREFIX=$(out)"];