summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2025-02-03 09:11:31 +0000
committerGitHub <noreply@github.com>2025-02-03 09:11:31 +0000
commit524b1367a73f6c20a907cd6d49dd0d61b291233a (patch)
tree0f9d4f1179dcb4b0adbf3f7825b9c5c5ddc7512a
parentvcv-rack: 2.5.1 -> 2.6.0 (#377605) (diff)
parentattic-client: 0-unstable-2024-11-10 -> 0-unstable-2025-02-02 (diff)
downloadnixpkgs-524b1367a73f6c20a907cd6d49dd0d61b291233a.tar.gz
attic-client: 0-unstable-2024-11-10 -> 0-unstable-2025-02-02 (#379045)
Co-authored-by: aciceri <andrea.ciceri@autistici.org>
-rw-r--r--pkgs/by-name/at/attic-client/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/at/attic-client/package.nix b/pkgs/by-name/at/attic-client/package.nix
index 6ea6a89710be..d1b766820ff8 100644
--- a/pkgs/by-name/at/attic-client/package.nix
+++ b/pkgs/by-name/at/attic-client/package.nix
@@ -13,13 +13,13 @@
}:
rustPlatform.buildRustPackage {
pname = "attic";
- version = "0-unstable-2024-11-10";
+ version = "0-unstable-2025-02-02";
src = fetchFromGitHub {
owner = "zhaofengli";
repo = "attic";
- rev = "47752427561f1c34debb16728a210d378f0ece36";
- hash = "sha256-6KMC/NH/VWP5Eb+hA56hz0urel3jP6Y6cF2PX6xaTkk=";
+ rev = "ff8a897d1f4408ebbf4d45fa9049c06b3e1e3f4e";
+ hash = "sha256-hPYEJ4juK3ph7kbjbvv7PlU1D9pAkkhl+pwx8fZY53U=";
};
nativeBuildInputs = [