mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
attic-client: 0-unstable-2025-02-02 -> 0-unstable-2025-05-29
This commit is contained in:
parent
66576dcd9e
commit
81f47d27ae
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@ let
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "attic";
|
pname = "attic";
|
||||||
version = "0-unstable-2025-02-02";
|
version = "0-unstable-2025-05-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zhaofengli";
|
owner = "zhaofengli";
|
||||||
repo = "attic";
|
repo = "attic";
|
||||||
rev = "ff8a897d1f4408ebbf4d45fa9049c06b3e1e3f4e";
|
rev = "ce9373715fe3fac7a174a65a7e6d6baeba8cb4f9";
|
||||||
hash = "sha256-hPYEJ4juK3ph7kbjbvv7PlU1D9pAkkhl+pwx8fZY53U=";
|
hash = "sha256-CvaKOUq8G10sghKpZhEB2UYjJoWhEkrDFggDgi7piUI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue