We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 610779d + 001a2e6 commit 50ff9a2Copy full SHA for 50ff9a2
1 file changed
pkgs/by-name/wa/wastebin/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage (finalAttrs: {
12
pname = "wastebin";
13
- version = "3.4.1";
+ version = "3.5.0";
14
15
src = fetchFromGitHub {
16
owner = "matze";
17
repo = "wastebin";
18
rev = finalAttrs.version;
19
- hash = "sha256-435d/MBLRBvJ5LQ2ohhIOtPmHNjnWQCp1wVS+Wv8t6U=";
+ hash = "sha256-3CXxRYPI0C2E0QvDETbJLW/2K/MG8UZgXcdOXYEgJeY=";
20
};
21
22
- cargoHash = "sha256-S9aQsdnpq/3D6nnRG+cCIM5Cljcax4+KxavRj3kxeQo=";
+ cargoHash = "sha256-lXHKYoPWzD3Icb2iPuqGJHACKGCjAVYkmgoGOBQ4V0U=";
23
24
nativeBuildInputs = [
25
pkg-config
0 commit comments