faircamp: 0.21.0 -> 1.0.0 (#369076)

This commit is contained in:
Peder Bergebakken Sundt
2024-12-31 15:53:46 +01:00
committed by GitHub
2 changed files with 204 additions and 222 deletions
+201 -219
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -17,20 +17,20 @@
rustPlatform.buildRustPackage rec {
pname = "faircamp";
version = "0.21.0";
version = "1.0.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "simonrepp";
repo = "faircamp";
rev = version;
hash = "sha256-1awOzIvWUaqsmtg0XP4BNCRZP+d26JTjn+3Lcvo/WcI=";
hash = "sha256-Pdt3HjjM4lR6CW3T10eMCvZWV29rbspGKHV7yEUA2U0=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"enolib-0.4.2" = "sha256-FJuWKcwjoi/wKfTzxghobNWblhnKRdUvHOejhpCF7kY=";
"enolib-0.5.0" = "sha256-NauWYmn1bUAJrIKJ2JN2XjcLsQehE3cjAxBOQ+Nme70=";
};
};