about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-04-19 16:35:17 +0800
committerGitHub <noreply@github.com>2022-04-19 16:35:17 +0800
commitb235fa2abc957923e7381bfca84f54bed453c6e9 (patch)
tree5e5a8eb1aa43a35f0342946a3336aacdff54332e /pkgs/applications/misc
parentb2b02f3026e2e44760d933af10525154c4799bae (diff)
parente98748a87bde3976ba818084710cf849383ffa9b (diff)
Merge pull request #168763 from fgaz/faircamp/2022-03-20
faircamp: unstable-2022-01-19 -> unstable-2022-03-20
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/faircamp/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/faircamp/default.nix b/pkgs/applications/misc/faircamp/default.nix
index 4486381b8b346..ef82703ac4cfd 100644
--- a/pkgs/applications/misc/faircamp/default.nix
+++ b/pkgs/applications/misc/faircamp/default.nix
@@ -9,17 +9,17 @@
 
 rustPlatform.buildRustPackage {
   pname = "faircamp";
-  version = "unstable-2022-01-19";
+  version = "unstable-2022-03-20";
 
   # TODO when switching to a stable release, use fetchFromGitea and add a
   # version test. Meanwhile, fetchgit is used to make unstableGitUpdater work.
   src = fetchgit {
     url = "https://codeberg.org/simonrepp/faircamp.git";
-    rev = "f8ffc7a35a12251b83966b35c63f72b4912f75a9";
-    sha256 = "sha256-9t42+813IPLUChbLkcwzoCr7FXSL1g+ZG6I3d+7pmec=";
+    rev = "863cecb468a58a774bd2d1d93f99f3c8ecd8205c";
+    sha256 = "sha256-JodIo601BYesbiHarnBk4/GuFR/bpCswxQbaysRP+CI=";
   };
 
-  cargoHash = "sha256-24ALBede3W8rjlBRdtL0aazRyK1RmNLdHF/bt5i4S5Y=";
+  cargoHash = "sha256-XqsUUc+s01t4KHtktbNhm52r0NeLbcBg5DVw3Xn0oZk=";
 
   nativeBuildInputs = [
     makeWrapper