Skip to content

Commit

Permalink
git-cinnabar: 0.5.2 -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbp committed Jul 6, 2020
1 parent ab9b53e commit a02ee96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/git-cinnabar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, gettext
, git
, mercurial
, curl
}:

# NOTE: git-cinnabar depends on a specific version of git-core, thus you should
Expand All @@ -13,17 +14,17 @@
# NOTE: This package only provides git-cinnabar tools, as a git users might want
# to have additional commands not provided by this forked version of git-core.
stdenv.mkDerivation rec {
version = "0.5.2";
version = "0.5.4";
name = "git-cinnabar-${version}";
src = fetchFromGitHub {
owner = "glandium";
repo = "git-cinnabar";
inherit name;
rev = version; # tag name
fetchSubmodules = true;
sha256 = "1jkwrv349jap3yz7giw5f0nmslgnrwzkhni0kx7f5fl9411ghis4";
sha256 = "1cjn2cc6mj4m736wxab9s6qx83p5n5ha8cr3x84s9ra6rxs8d7pi";
};
buildInputs = [ autoconf python gettext git ];
buildInputs = [ autoconf python gettext git curl ];

ZLIB_PATH = zlib;
ZLIB_DEV_PATH = zlib.dev;
Expand Down
2 changes: 2 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ let
latest = {
"firefox-nightly-bin" = build [ "latest" "firefox-nightly-bin" ];
};

git-cinnabar = build [ "git-cinnabar" ];
};

in jobs

0 comments on commit a02ee96

Please sign in to comment.