Merge pull request #109834 from r-ryantm/auto-update/gitflow

gitflow: 1.12.2 -> 1.12.3
This commit is contained in:
Sandro 2021-01-18 23:23:21 +01:00 committed by GitHub
commit 3c1286c49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ with pkgs.lib;
stdenv.mkDerivation rec {
pname = "gitflow";
version = "1.12.2";
version = "1.12.3";
src = fetchFromGitHub {
owner = "petervanderdoes";
repo = pname;
rev = version;
sha256 = "0smwlc1wa4ndvspc9x6f4jwnzr58achysrhhip402j98d7di8hw5";
sha256 = "sha256-kHirHG/bfsU6tKyQ0khNSTyChhzHfzib+HyA3LOtBI8=";
};
buildInputs = [ pkgs.makeWrapper ];