wastebin: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm 2025-06-07 23:54:42 +00:00
parent cd64f1bd87
commit 68d5e4fe13

View file

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wastebin"; pname = "wastebin";
version = "3.1.0"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "matze"; owner = "matze";
repo = "wastebin"; repo = "wastebin";
rev = version; rev = version;
hash = "sha256-7+Ufin68gMQtKv8SC8Gmn0Ra2qpumsKYgpURTkVqzt8="; hash = "sha256-emhPa4VuXOjTZ6AU/4S8acjjz68byBg4x4MW0M5hvD4=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-j9Wpo3N1kwCvjDEqmn87rGSYFVw1ZGkSps72zVpXNls="; cargoHash = "sha256-Ub6BQhrLkIoOM9XFVIfm6mI4pP1Rloo3DnZXB8C4CjE=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config