about summary refs log tree commit diff
path: root/pkgs/applications/misc/faircamp
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-04-15 10:08:31 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2022-04-15 10:12:38 +0200
commite98748a87bde3976ba818084710cf849383ffa9b (patch)
tree7481a4b1f2a0d9742da76c8679ba679b26292467 /pkgs/applications/misc/faircamp
parent94eb0d16a392ef111d6805a2abc4b6d31bebd895 (diff)
faircamp: unstable-2022-01-19 -> unstable-2022-03-20
Diffstat (limited to 'pkgs/applications/misc/faircamp')
-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