Commit 53ff5df1 authored by OPNA2608's avatar OPNA2608
Browse files

crossguid: unstable-2019-05-29 -> 0.2.2-unstable-2019-05-29

parent e72e5aca
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "crossguid";
  version = "unstable-2019-05-29";
  version = "0.2.2-unstable-2019-05-29";

  src = fetchFromGitHub {
    owner = "graeme-hill";
@@ -24,7 +24,9 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [ cmake ];
  buildInputs = lib.optional stdenv.isLinux libuuid;

  passthru.updateScript = unstableGitUpdater { };
  passthru.updateScript = unstableGitUpdater {
    tagPrefix = "v";
  };

  meta = with lib; {
    description = "Lightweight cross platform C++ GUID/UUID library";