Merge pull request #107835 from mweinelt/gitstatus

gitstatus: 1.4.3 -> 1.4.4
wip/yesman
Martin Weinelt 4 years ago committed by GitHub
commit d80f32edd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/version-management/git-and-tools/gitstatus/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gitstatus";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "romkatv";
repo = "gitstatus";
rev = "v${version}";
sha256 = "0skpi22plzb9r9cgqfnjzpaz856q9f4n0gd5i97nv8bfny8hl30z";
sha256 = "1w5kpca2v6iii912riywp1jscq7cpr5xv93mglr30pjnar1mk8gs";
};
buildInputs = [ (callPackage ./romkatv_libgit2.nix {}) ];
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "10x faster implementation of `git status` command";
homepage = "https://github.com/romkatv/gitstatus";
license = [ licenses.gpl3 ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ mmlb hexa ];
};
}

Loading…
Cancel
Save