faircamp: 1.4.0 -> 1.4.2

This commit is contained in:
R. Ryantm 2025-06-17 00:42:28 +00:00 committed by Francesco Gazzetta
parent 4e7293ce62
commit 5cf3f4b484

View File

@ -15,19 +15,19 @@
rustPlatform.buildRustPackage rec {
pname = "faircamp";
version = "1.4.0";
version = "1.4.2";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "simonrepp";
repo = "faircamp";
rev = version;
hash = "sha256-41mec9AdNdWRJz+5xFU7to/4LxIb7fEgm1EQVMAtyto=";
hash = "sha256-68wo95SjiCBS8cikMGZpnpYx7AqyIQ/szXMorirwVPk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-xLRoI4MN1DApL4jXBXnMzsqTaOVUn2FZy3o2mTetvJ8=";
cargoHash = "sha256-YyzzkWgjEKl46CfAkbFdum+AWCO0YGTXDh86mtHtCQs=";
buildFeatures = [ "libvips" ];