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

This commit is contained in:
OPNA2608 2024-02-07 17:53:13 +01:00
parent e72e5acac8
commit 53ff5df1b9

View File

@ -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";