about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-01-25 14:29:15 +0000
committerGitHub <noreply@github.com>2023-01-25 14:29:15 +0000
commit764937af8280a87172bb1f939cb1e568c0bf6047 (patch)
tree4887b609513e6eefb8029a6cbe5e266dfd8a78f2 /pkgs/applications/misc
parent93796c9a2dec08bd89de6907a67fbe2e59eeb4d1 (diff)
parentd1b048bb27bbbfd6145e7311d7ded9284f100a19 (diff)
Merge pull request #211557 from fgaz/faircamp/2022-12-28
faircamp: unstable-2022-10-08 -> unstable-2022-12-28
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 a50c4e42706a1..54a3a2ed14c65 100644
--- a/pkgs/applications/misc/faircamp/default.nix
+++ b/pkgs/applications/misc/faircamp/default.nix
@@ -13,17 +13,17 @@
 
 rustPlatform.buildRustPackage {
   pname = "faircamp";
-  version = "unstable-2022-10-08";
+  version = "unstable-2022-12-28";
 
   # 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 = "630415985127298bf82bfc210d2fc8b214758db1";
-    sha256 = "sha256-4pzDey0iV7LtHI0rbbcCjjuTaFt0CR88Vl0B1RU96v0=";
+    rev = "c77fd779cea6daecbac9a9beea65c1dc1ac56bc4";
+    sha256 = "sha256-Tl3T/IoBIhYCNDEYT6cV1UyksDkoEDydBjYM9yzT4VQ=";
   };
 
-  cargoHash = "sha256-GgWxxKHLGtsSGVbhli6HTfUu4TmbY4J9N7UA7AOzUkc=";
+  cargoHash = "sha256-20rtE8+LLDz97yvk0gKoUielsGZXEEOu2pfShf2WvHA=";
 
   nativeBuildInputs = [
     makeWrapper