Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

clboss: 0.13.1 -> 0.13.2

+2 -2
+2 -2
pkgs/applications/blockchains/clboss/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "clboss"; 14 - version = "0.13.1"; 14 + version = "0.13.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ZmnSCPxj"; 18 18 repo = "clboss"; 19 19 rev = "v${version}"; 20 - hash = "sha256-DQvcf+y73QQYQanEvbOCOgwQzvNOXS1ZY+hVvS6N+G0="; 20 + hash = "sha256-BMDeqAQGl2mSWyde5Pbai+1KHqPqcY+xzaY36L26olI="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ autoconf-archive autoreconfHook pkg-config libev curlWithGnuTls sqlite ];