tdrop: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2022-08-02 04:45:21 +00:00
parent ec9cb32147
commit e6e69f18b3

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;