···910rustPlatform.buildRustPackage {
11 pname = "faircamp";
12- version = "unstable-2022-01-19";
1314 # TODO when switching to a stable release, use fetchFromGitea and add a
15 # version test. Meanwhile, fetchgit is used to make unstableGitUpdater work.
16 src = fetchgit {
17 url = "https://codeberg.org/simonrepp/faircamp.git";
18- rev = "f8ffc7a35a12251b83966b35c63f72b4912f75a9";
19- sha256 = "sha256-9t42+813IPLUChbLkcwzoCr7FXSL1g+ZG6I3d+7pmec=";
20 };
2122- cargoHash = "sha256-24ALBede3W8rjlBRdtL0aazRyK1RmNLdHF/bt5i4S5Y=";
2324 nativeBuildInputs = [
25 makeWrapper
···910rustPlatform.buildRustPackage {
11 pname = "faircamp";
12+ version = "unstable-2022-03-20";
1314 # TODO when switching to a stable release, use fetchFromGitea and add a
15 # version test. Meanwhile, fetchgit is used to make unstableGitUpdater work.
16 src = fetchgit {
17 url = "https://codeberg.org/simonrepp/faircamp.git";
18+ rev = "863cecb468a58a774bd2d1d93f99f3c8ecd8205c";
19+ sha256 = "sha256-JodIo601BYesbiHarnBk4/GuFR/bpCswxQbaysRP+CI=";
20 };
2122+ cargoHash = "sha256-XqsUUc+s01t4KHtktbNhm52r0NeLbcBg5DVw3Xn0oZk=";
2324 nativeBuildInputs = [
25 makeWrapper