git-and-tools.gitstatus: unstable-2019-05-06 -> unstable-2019-12-18

Also bumps the interally used version of libgit2.
This commit is contained in:
Martin Weinelt 2019-12-24 12:15:41 +01:00
parent 6eb0aee387
commit 68106d9317
2 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "gitstatus";
version = "unstable-2019-05-06";
version = "unstable-2019-12-18";
src = fetchFromGitHub {
owner = "romkatv";
repo = "gitstatus";
rev = "9c791f93c23c04dadfab8b4309a863b62a6ee424";
sha256 = "0jbdrgl62x6j920h72n2q6304fb6gdgnmllpv4aa76m13b9qhgq6";
rev = "8ae9c17a60158dcf91f56d9167493e3988a5e921";
sha256 = "1czjwsgbmxd1d656srs3n6wj6bmqr8p3aw5gw61q4wdxw3mni2a6";
};
buildInputs = [ (callPackage ./romkatv_libgit2.nix {}) ];

View File

@ -13,7 +13,7 @@ libgit2.overrideAttrs (oldAttrs: {
src = fetchFromGitHub {
owner = "romkatv";
repo = "libgit2";
rev = "aab6c56e6766fa752bef00c745067d875925fc89";
sha256 = "1yqqhpi5xi6s86411sixw4yq5c6n2v8pdh447c8b7q5lfc089lvl";
rev = "75be63625a0de418ec3551306362ee1e21034039";
sha256 = "1bwr1ahfxn1nn2f78ri91icxpv8xhpmgypcvg042cmcpm2qrahz9";
};
})