Merge pull request #182581 from fgaz/faircamp/2022-07-22
faircamp: unstable-2022-03-20 -> unstable-2022-07-22
This commit is contained in:
commit
3c3697ce5c
1 changed files with 4 additions and 4 deletions
|
@ -9,17 +9,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "faircamp";
|
pname = "faircamp";
|
||||||
version = "unstable-2022-03-20";
|
version = "unstable-2022-07-22";
|
||||||
|
|
||||||
# TODO when switching to a stable release, use fetchFromGitea and add a
|
# TODO when switching to a stable release, use fetchFromGitea and add a
|
||||||
# version test. Meanwhile, fetchgit is used to make unstableGitUpdater work.
|
# version test. Meanwhile, fetchgit is used to make unstableGitUpdater work.
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://codeberg.org/simonrepp/faircamp.git";
|
url = "https://codeberg.org/simonrepp/faircamp.git";
|
||||||
rev = "863cecb468a58a774bd2d1d93f99f3c8ecd8205c";
|
rev = "4803b6e0b59c1fc9922d1e498743a0171d7f324d";
|
||||||
sha256 = "sha256-JodIo601BYesbiHarnBk4/GuFR/bpCswxQbaysRP+CI=";
|
sha256 = "sha256-VliBGYZPoX65JURlBaVMCMB5DuE/gqr27KcEzAVRFxc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-XqsUUc+s01t4KHtktbNhm52r0NeLbcBg5DVw3Xn0oZk=";
|
cargoHash = "sha256-fs7CXw6CS+TtMxLtDaQiYY6fiBFl4RCttymQJDAm6dg=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
|
Loading…
Reference in a new issue