aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/mypaint-brushes
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-02-21 03:57:13 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-02-21 12:27:51 +0100
commit0328d77cb8134d7dc79c0e4c4fd967f6647ac1bc (patch)
treeaaac6ade5e148f85be2d78a40919425143266042 /pkgs/development/libraries/mypaint-brushes
parente2b4abe3c8f2e09adfc6a52007841d1b96c89371 (diff)
mypaint-brushes1: 1.3.0 → 1.3.1
https://github.com/mypaint/mypaint-brushes/releases/tag/v1.3.1
Diffstat (limited to 'pkgs/development/libraries/mypaint-brushes')
-rw-r--r--pkgs/development/libraries/mypaint-brushes/1.0.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/development/libraries/mypaint-brushes/1.0.nix b/pkgs/development/libraries/mypaint-brushes/1.0.nix
index 115d818d9365..c66329fa633a 100644
--- a/pkgs/development/libraries/mypaint-brushes/1.0.nix
+++ b/pkgs/development/libraries/mypaint-brushes/1.0.nix
@@ -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