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:
    utACK eafcb36119

Tree-SHA512: f2aadb9aaa1f1d7c98c61281439f50e1757275c7c1fe42cd61308819008fca1bbfdfc22815aeb74d562a6104c0e93d6f271103463fd2b28d81267566f8beb109
This commit is contained in:
Jonas Nick 2024-05-06 07:09:39 +00:00
commit 85dc561c4b
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -5,13 +5,13 @@ let
in
stdenv.mkDerivation rec {
pname = "clboss";
version = "0.13";
version = "0.13.1";
src = fetchFromGitHub {
owner = "ZmnSCPxj";
repo = "clboss";
rev = "v${version}";
hash = "sha256-NP9blymdqDXo/OtGLQg/MXK24PpPvCrzqXRdtfCvpfI=";
hash = "sha256-DQvcf+y73QQYQanEvbOCOgwQzvNOXS1ZY+hVvS6N+G0=";
};
nativeBuildInputs = [