mypaint-brushes1: 1.3.0 → 1.3.1

https://github.com/mypaint/mypaint-brushes/releases/tag/v1.3.1
This commit is contained in:
Jan Tojnar 2020-02-21 03:57:13 +01:00
parent e2b4abe3c8
commit 0328d77cb8
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,5 +1,4 @@
{ stdenv
, fetchpatch
, autoconf
, automake
, fetchFromGitHub
@ -8,23 +7,15 @@
stdenv.mkDerivation rec {
pname = "mypaint-brushes";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "mypaint";
repo = pname;
rev = "v${version}";
sha256 = "1iz89z6v2mp8j1lrf942k561s8311i3s34ap36wh4rybb2lq15m0";
sha256 = "1c95l1vfz7sbrdlzrbz7h1p6s1k113kyjfd9wfnxlm0p6562cz3j";
};
patches = [
# build with automake 1.16
(fetchpatch {
url = https://github.com/Jehan/mypaint-brushes/commit/1e9109dde3bffd416ed351c3f30ecd6ffd0ca2cd.patch;
sha256 = "0mi8rwbirl0ib22f2hz7kdlgi4hw8s3ab29b003dsshdyzn5iha9";
})
];
nativeBuildInputs = [
autoconf
automake