mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
git-fire: fix version, modernize (#553172)
This commit is contained in:
@@ -6,17 +6,22 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "git-fire";
|
||||
version = "unstable-2017-08-27";
|
||||
version = "0.2.3-unstable-2017-08-18";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qw3rtman";
|
||||
repo = "git-fire";
|
||||
rev = "d72b68ed356f726c77c60294f9220275f16c9931";
|
||||
sha256 = "1hdwkhyjjx31y0lpjkhbb4f5y9f7g70fnd4c2246cmk2rbsvj5b2";
|
||||
hash = "sha256-YhW59cpiVmaIEIw068B5xyVfHFkLTnkp8GF0KT2cvME=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -D -m755 $src/git-fire $out/bin/git-fire
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user