Skip to content

Commit

Permalink
Merge pull request #119328 from alyssais/git-cinnabar
Browse files Browse the repository at this point in the history
git-cinnabar: 0.5.6 -> 0.5.7
  • Loading branch information
SuperSandro2000 committed Apr 13, 2021
2 parents f440f9b + 715d5a7 commit 888d813
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,13 +8,13 @@ in

stdenv.mkDerivation rec {
pname = "git-cinnabar";
version = "0.5.6";
version = "0.5.7";

src = fetchFromGitHub {
owner = "glandium";
repo = "git-cinnabar";
rev = version;
sha256 = "1wbp4xqpkaqhhkjw8rbbsagwiciqffacqqbm4j49q41mlk371ai3";
sha256 = "04dsjlsw98avrckldx7rc70b2zsbajzkyqqph4c7d9xd5djh3yaj";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 888d813

Please sign in to comment.