mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
apt-swarm: 0.5.0 -> 0.5.1
This commit is contained in:
parent
4ad504735a
commit
b8395e3a21
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "apt-swarm";
|
||||
version = "0.5.0";
|
||||
version = "0.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kpcyrd";
|
||||
repo = "apt-swarm";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XE8VSMNqm131BBRIAycQebdGPiunMCG1fVnEffmej1o=";
|
||||
hash = "sha256-zb0X6vIRKeI5Ysc88sTCJBlr9r8hrsTq5YR7YCg1L30=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-Iu4CcBgcvRcERZdEZQP6fGGBVvyctpKrzFaoW/eIr5c=";
|
||||
cargoHash = "sha256-PELTEzhsFa1nl7iqrjnuXEI0U7L8rL9XW9XqQ04rz/s=";
|
||||
|
||||
meta = {
|
||||
description = "Experimental p2p gossip network for OpenPGP signature transparency";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue