git-fire: fix version, modernize

This commit is contained in:
coolcuber
2026-08-15 20:52:11 -04:00
parent e59a0cb53a
commit 548e6369d2

View File

@@ -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 = {