Merge pull request #184725 from r-ryantm/auto-update/tdrop

tdrop: 0.4.0 -> 0.5.0
This commit is contained in:
Jonas Heinrich 2022-08-21 18:28:25 +02:00 committed by GitHub
commit 5306beac44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "tdrop";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "noctuid";
repo = "tdrop";
rev = version;
sha256 = "sha256-1umHwzpv4J8rZ0c0q+2dPsEk4vhFB4UerwI8ctIJUZg=";
sha256 = "sha256-fHvGXaZL7MMvTnkap341B79PDDo2lOVPPcOH4AX/zXo=";
};
dontBuild = true;