wastebin: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2025-08-18 02:43:20 +00:00
parent 8000dc1d3f
commit a1e1b1e31c

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "wastebin";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "matze";
repo = "wastebin";
rev = version;
hash = "sha256-emhPa4VuXOjTZ6AU/4S8acjjz68byBg4x4MW0M5hvD4=";
hash = "sha256-L19Yz+vGNTdwJ3cYoGnx4m8/J6SMSg1Gbaqph8tQtfE=";
};
cargoHash = "sha256-Ub6BQhrLkIoOM9XFVIfm6mI4pP1Rloo3DnZXB8C4CjE=";
cargoHash = "sha256-BZlYb7ZRfCKUgO3R+l/ZpLctXHA2N6L3nYTVov2GolI=";
nativeBuildInputs = [
pkg-config