Unverified Commit 78ccdfcf authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

clboss: 0.14.1 -> 0.15.1 (#449646)

parents eefb354d 8f8b3dab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@

stdenv.mkDerivation rec {
  pname = "clboss";
  version = "0.14.1";
  version = "0.15.1";

  # The release tarball includes the pre-generated file `commit_hash.h` that is required for building
  src = fetchzip {
    url = "https://github.com/ZmnSCPxj/clboss/releases/download/v${version}/clboss-v${version}.tar.gz";
    hash = "sha256-JMbNHEI0j78LJYsBZ/Z4qvEdRqgQtWG1HlGW3SBXUCg=";
    hash = "sha256-9wrgJzXVBKGSNB2UbP+CnUmaRwdXgRAnHBZbvm/Am7Q=";
  };

  nativeBuildInputs = [