Skip to content

Commit 85dc561

Browse files
committed
Merge #694: clboss: 0.13 -> 0.13.1
eafcb36 clboss: 0.13 -> 0.13.1 (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: utACK eafcb36 Tree-SHA512: f2aadb9aaa1f1d7c98c61281439f50e1757275c7c1fe42cd61308819008fca1bbfdfc22815aeb74d562a6104c0e93d6f271103463fd2b28d81267566f8beb109
2 parents 8ff709e + eafcb36 commit 85dc561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/clboss/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ let
55
in
66
stdenv.mkDerivation rec {
77
pname = "clboss";
8-
version = "0.13";
8+
version = "0.13.1";
99

1010
src = fetchFromGitHub {
1111
owner = "ZmnSCPxj";
1212
repo = "clboss";
1313
rev = "v${version}";
14-
hash = "sha256-NP9blymdqDXo/OtGLQg/MXK24PpPvCrzqXRdtfCvpfI=";
14+
hash = "sha256-DQvcf+y73QQYQanEvbOCOgwQzvNOXS1ZY+hVvS6N+G0=";
1515
};
1616

1717
nativeBuildInputs = [

0 commit comments

Comments
 (0)