wastebin: 3.2.0 -> 3.3.0 (#434620)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-18 07:40:41 +00:00
committed by GitHub
co-authored by matthiasbeyer
+3 -3
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