Skip to content

Commit

Permalink
git-and-tools.gitstatus: unstable-2019-05-06 -> unstable-2019-12-18
Browse files Browse the repository at this point in the history
Also bumps the interally used version of libgit2.
  • Loading branch information
mweinelt committed Jan 6, 2020
1 parent 6eb0aee commit 68106d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -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 {}) ];
Expand Down
Expand Up @@ -13,7 +13,7 @@ libgit2.overrideAttrs (oldAttrs: {
src = fetchFromGitHub {
owner = "romkatv";
repo = "libgit2";
rev = "aab6c56e6766fa752bef00c745067d875925fc89";
sha256 = "1yqqhpi5xi6s86411sixw4yq5c6n2v8pdh447c8b7q5lfc089lvl";
rev = "75be63625a0de418ec3551306362ee1e21034039";
sha256 = "1bwr1ahfxn1nn2f78ri91icxpv8xhpmgypcvg042cmcpm2qrahz9";
};
})

0 comments on commit 68106d9

Please sign in to comment.