Skip to content

Commit 50ff9a2

Browse files
wastebin: 3.4.1 -> 3.5.0 (#511570)
2 parents 610779d + 001a2e6 commit 50ff9a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage (finalAttrs: {
1212
pname = "wastebin";
13-
version = "3.4.1";
13+
version = "3.5.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "matze";
1717
repo = "wastebin";
1818
rev = finalAttrs.version;
19-
hash = "sha256-435d/MBLRBvJ5LQ2ohhIOtPmHNjnWQCp1wVS+Wv8t6U=";
19+
hash = "sha256-3CXxRYPI0C2E0QvDETbJLW/2K/MG8UZgXcdOXYEgJeY=";
2020
};
2121

22-
cargoHash = "sha256-S9aQsdnpq/3D6nnRG+cCIM5Cljcax4+KxavRj3kxeQo=";
22+
cargoHash = "sha256-lXHKYoPWzD3Icb2iPuqGJHACKGCjAVYkmgoGOBQ4V0U=";
2323

2424
nativeBuildInputs = [
2525
pkg-config

0 commit comments

Comments
 (0)