Skip to content

Commit 8428be9

Browse files
wastebin: 2.7.1 -> 3.0.0 (#392357)
2 parents 178cdf2 + 97eb8e6 commit 8428be9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@
218218

219219
- `python3Packages.beancount` was updated to 3.1.0. Previous major version remains available as `python3Packages.beancount_2`.
220220

221+
- `wastebin` has been updated to 3.0.0. See the [Changelog](https://github.com/matze/wastebin/blob/master/CHANGELOG.md#300) for breaking changes to the configuration.
222+
221223
- `binwalk` was updated to 3.1.0, which has been rewritten in rust. The python module is no longer available.
222224
See the release notes of [3.1.0](https://github.com/ReFirmLabs/binwalk/releases/tag/v3.1.0) for more information.
223225

pkgs/by-name/wa/wastebin/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "wastebin";
15-
version = "2.7.1";
15+
version = "3.0.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "matze";
1919
repo = "wastebin";
2020
rev = version;
21-
hash = "sha256-O0nWjRiQBDclfbeulGjCZANXwQypV8uHHR5syuki5xE=";
21+
hash = "sha256-DuIT4jIxk+L7c+rWIzrNjNEs2Lv5mYqLeCAaBMsBCBg=";
2222
};
2323

2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-WMofTTkJCcx+6vicrYfxJWTo1YCzheeGOE7LC5JQ8mM=";
25+
cargoHash = "sha256-Ui4Bns5A25VrNer6wpD0agYJQwxuIYWSOO26u1K8Vmc=";
2626

2727
nativeBuildInputs = [
2828
pkg-config

0 commit comments

Comments
 (0)