faircamp: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-11-17 00:46:18 +00:00
parent 5dec4550e8
commit cb08cd9ac4

View File

@@ -15,17 +15,17 @@
rustPlatform.buildRustPackage rec {
pname = "faircamp";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "simonrepp";
repo = "faircamp";
rev = version;
hash = "sha256-J6OzbZbKT1ZnVG559JKLDh5R9xI3WUYx3pvvb15CAI8=";
hash = "sha256-r5r7vfTbMPjAqMg5f7L/YfSzlxZgrSFjO6WHO64wfIo=";
};
cargoHash = "sha256-I5L+TKMKpUUvkh7tWw7hdCRK6CLj0PBzkfdJqPk3YJE=";
cargoHash = "sha256-11EcYZw6Dq0Ls1fhBYLlvvHeZtiaweg6JAGBmkX+acw=";
buildFeatures = [ "libvips" ];