Unverified Commit 94910363 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

git-toolbelt: 1.9.3 -> 1.9.4 (#438326)

parents cb2cbc19 3632ad8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

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

  src = fetchFromGitHub {
    owner = "nvie";
    repo = "git-toolbelt";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ANqv/iIDUyy2G4pKSw+2sutMEA0WhPN3OKfPTm5lwDU=";
    hash = "sha256-6ubxMGDi5ocSh8q8rDujxpViT1OmVi7JzH+R6V/88UQ=";
  };

  nativeBuildInputs = [ makeWrapper ];