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.
1 parent 6a45d84 commit 650086aCopy full SHA for 650086a
pkgs/by-name/fa/faircamp/package.nix
@@ -17,19 +17,19 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "faircamp";
20
- version = "1.2.0";
+ version = "1.3.0";
21
22
src = fetchFromGitea {
23
domain = "codeberg.org";
24
owner = "simonrepp";
25
repo = "faircamp";
26
rev = version;
27
- hash = "sha256-InBPQk8dIwsCfvo24/0ggK/tipHaC0owPbZtrrIT/FY=";
+ hash = "sha256-zKwKuGN+8HT1rSbweQGvpkvMtF2WAB8EEV9pGeKtdlw=";
28
};
29
30
useFetchCargoVendor = true;
31
32
- cargoHash = "sha256-f+RFjBiChLAEk0Azh2wqXmOlDNl3221MYUVVbCisg0c=";
+ cargoHash = "sha256-5suzKkdGHxPuJWWvu17Dph+zli/1yIDB0GcAemmahtI=";
33
34
buildFeatures = [ "libvips" ];
35
0 commit comments