self.callPackage ({ fetchgit, git, stdenv, }:
stdenv.mkDerivation rec {
pname = "polite-merge";
- version = "2.4.1";
+ version = "2.4.2";
src = fetchgit {
url = "https://git.scottworley.com/pub/git/polite-merge";
rev = "v${version}";
- hash = "sha256-WtxDKKc3/IkLahVnrbfBXj6DoX1Rbu0qrIZK7D4Z7hY=";
+ hash = "sha256-CUNKLCwIFwwVaA9opw9yql5AGej/ozQv8k1YR/cfV4I=";
};
postUnpack = "patchShebangs .";
nativeCheckInputs = [ git ];