Skip to content

Commit

Permalink
Merge #694: clboss: 0.13 -> 0.13.1
Browse files Browse the repository at this point in the history
eafcb36 clboss: 0.13 -> 0.13.1 (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    utACK eafcb36

Tree-SHA512: f2aadb9aaa1f1d7c98c61281439f50e1757275c7c1fe42cd61308819008fca1bbfdfc22815aeb74d562a6104c0e93d6f271103463fd2b28d81267566f8beb109
  • Loading branch information
jonasnick committed May 6, 2024
2 parents 8ff709e + eafcb36 commit 85dc561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/clboss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 85dc561

Please sign in to comment.