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 f937f8e + 1edc24d commit 42a996aCopy full SHA for 42a996a
pkgs/by-name/jo/jocalsend/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "jocalsend";
11
- version = "1.6.1803";
+ version = "1.6.18033";
12
13
src = fetchFromGitea {
14
domain = "git.kittencollective.com";
15
owner = "nebkor";
16
repo = "joecalsend";
17
tag = finalAttrs.version;
18
- hash = "sha256-nrXUZb4Yi1ttEltzqKUnMLLr5cvhqCxW1iJyo1ErG0w=";
+ hash = "sha256-q2fzi0NKfkjCwV7FD0PqXSHtJWQtvdvKx4WmhnZpKvg=";
19
};
20
21
- cargoHash = "sha256-0yFKJtwQikP6WRDVWgv7b9e0iUS9AdKpx6VTeNAQ4zs=";
+ cargoHash = "sha256-u9Ev/Qr/WN6OOaMXPesA3nmV3efKJA3/2YWm8S60PjU=";
22
23
nativeBuildInputs = [
24
pkg-config
0 commit comments