Merge pull request #180633 from r-ryantm/auto-update/inkcut

inkcut: 2.1.3 -> 2.1.5
This commit is contained in:
Arnout Engelen 2022-07-29 11:37:48 +02:00 committed by GitHub
commit eeefaa913b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ with python3Packages;
buildPythonApplication rec {
pname = "inkcut";
version = "2.1.3";
version = "2.1.5";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0px0xdv6kyzkkpmvryrdfavv1qy2xrqdxkpmhvx1gj649xcabv32";
rev = "refs/tags/v${version}";
sha256 = "sha256-S5IrNWVoUp1w+P7DrKlOUOyY3Q16CHSct9ndZOB3UpU=";
};
postPatch = ''