faircamp: 1.0.0 -> 1.1.1 (#376369)

This commit is contained in:
Sefa Eyeoglu
2025-02-21 13:22:14 +01:00
committed by GitHub
2 changed files with 5 additions and 3413 deletions
-3405
View File
File diff suppressed because it is too large Load Diff
+5 -8
View File
@@ -17,22 +17,19 @@
rustPlatform.buildRustPackage rec {
pname = "faircamp";
version = "1.0.0";
version = "1.1.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "simonrepp";
repo = "faircamp";
rev = version;
hash = "sha256-Pdt3HjjM4lR6CW3T10eMCvZWV29rbspGKHV7yEUA2U0=";
hash = "sha256-+xkCRbbRXsG1ZOS8VVj0gi60kxcM8LmNRx1XeJ7Xtlw=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"enolib-0.5.0" = "sha256-NauWYmn1bUAJrIKJ2JN2XjcLsQehE3cjAxBOQ+Nme70=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-FS14XqvYhxafzG3zDH1wN7NvFa7PkGycHGpmFKlFmCw=";
buildFeatures = [ "libvips" ];