Skip to content

Commit 650086a

Browse files
r-ryantmfgaz
authored andcommitted
faircamp: 1.2.0 -> 1.3.0
1 parent 6a45d84 commit 650086a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fa/faircamp/package.nix

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

1818
rustPlatform.buildRustPackage rec {
1919
pname = "faircamp";
20-
version = "1.2.0";
20+
version = "1.3.0";
2121

2222
src = fetchFromGitea {
2323
domain = "codeberg.org";
2424
owner = "simonrepp";
2525
repo = "faircamp";
2626
rev = version;
27-
hash = "sha256-InBPQk8dIwsCfvo24/0ggK/tipHaC0owPbZtrrIT/FY=";
27+
hash = "sha256-zKwKuGN+8HT1rSbweQGvpkvMtF2WAB8EEV9pGeKtdlw=";
2828
};
2929

3030
useFetchCargoVendor = true;
3131

32-
cargoHash = "sha256-f+RFjBiChLAEk0Azh2wqXmOlDNl3221MYUVVbCisg0c=";
32+
cargoHash = "sha256-5suzKkdGHxPuJWWvu17Dph+zli/1yIDB0GcAemmahtI=";
3333

3434
buildFeatures = [ "libvips" ];
3535

0 commit comments

Comments
 (0)