Commit 46d4396c authored by Ryan Burns's avatar Ryan Burns
Browse files

libodb: 2.5.0-b.25 -> 2.5.0-b.27

parent 692a9415
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
  pname = "libodb";
  version = "2.5.0-b.25";
  version = "2.5.0-b.27";

  outputs = [ "out" "dev" "doc" ];

  src = fetchurl {
    url = "https://pkg.cppget.org/1/beta/odb/libodb-${version}.tar.gz";
    hash = "sha256-G634kVRbgwfBmIh8QqUclr/xvY3o0ouVmp/jxJrHzcs=";
    hash = "sha256-04Et/wHYsWvJPLlcL0J2iOPV2SBFC6J32EleGw38K2Q=";
  };

  nativeBuildInputs = [ build2 ];