mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 13:14:15 +03:00
Merge fort-nix/nix-bitcoin#694: clboss: 0.13 -> 0.13.1
eafcb36119
clboss: 0.13 -> 0.13.1 (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: utACKeafcb36119
Tree-SHA512: f2aadb9aaa1f1d7c98c61281439f50e1757275c7c1fe42cd61308819008fca1bbfdfc22815aeb74d562a6104c0e93d6f271103463fd2b28d81267566f8beb109
This commit is contained in:
commit
85dc561c4b
@ -5,13 +5,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "clboss";
|
pname = "clboss";
|
||||||
version = "0.13";
|
version = "0.13.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ZmnSCPxj";
|
owner = "ZmnSCPxj";
|
||||||
repo = "clboss";
|
repo = "clboss";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-NP9blymdqDXo/OtGLQg/MXK24PpPvCrzqXRdtfCvpfI=";
|
hash = "sha256-DQvcf+y73QQYQanEvbOCOgwQzvNOXS1ZY+hVvS6N+G0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user