wastebin: 2.4.3 -> 2.5.0

This commit is contained in:
Guanran Wang 2024-08-18 18:51:07 +08:00 committed by Alyssa Ross
parent 16f470e166
commit acf70fe8d2

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "wastebin";
version = "2.4.3";
version = "2.5.0";
src = fetchFromGitHub {
owner = "matze";
repo = "wastebin";
rev = version;
hash = "sha256-5L9ug/OOvobic3bYjz8KUkQdnaVmAb2ltXCCiZkVHOg=";
hash = "sha256-abqVjjV1RK9F8xo23Ir8jqoo9jqSe/Kra1IJNHadqXs=";
};
cargoHash = "sha256-KbYbsV3+xhGFgcKrdLMiQ5+1meePjXYMD9PltlO+QMA=";
cargoHash = "sha256-D/a+aEK4Usa4HFOKCxCIy9bHabH5tmBdFRRRQ7aKs/I=";
nativeBuildInputs = [
pkg-config