Unverified Commit 8f5be973 authored by R. RyanTM's avatar R. RyanTM Committed by TomaSajt
Browse files

git-toolbelt: 1.9.4 -> 1.10.0

parent 91e72fc5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "git-toolbelt";
  version = "1.9.4";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "nvie";
    repo = "git-toolbelt";
    rev = "v${finalAttrs.version}";
    hash = "sha256-6ubxMGDi5ocSh8q8rDujxpViT1OmVi7JzH+R6V/88UQ=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2jpgwB2DEoRtV+WGe81X1rnC7T4+FmJovOFx+4lifQw=";
  };

  nativeBuildInputs = [ makeWrapper ];