tup: 0.7.8 -> 0.7.9

This commit is contained in:
Emery Hemingway
2020-06-13 10:55:22 +05:30
parent 1cd56fc682
commit 896959cf66
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tup"; pname = "tup";
version = "0.7.8"; version = "0.7.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gittup"; owner = "gittup";
repo = "tup"; repo = "tup";
rev = "v${version}"; rev = "v${version}";
sha256 = "07dmz712zbs5kayf98kywp7blssgh0y2gc1623jbsynmqwi77mcb"; sha256 = "1b9rllwfdmjvfmwvzqfbqfi1flf4y9zzjmyp0dizq23gpkvhi42f";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
@@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "http://gittup.org/tup/"; homepage = "http://gittup.org/tup/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }