about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-03-02 20:29:41 +0100
committerGitHub <noreply@github.com>2020-03-02 20:29:41 +0100
commitfa4534f75b9e694d8917c5fc5383ca74c3965c99 (patch)
tree96b1bb5b81d8abcb5d58f4ec50ad3c1d7ac2b479 /pkgs/development/libraries
parent0eb7bd28dd7a2874afa63259ce55bd6449c512a5 (diff)
parent2fe55e7e2c2aae327b838b9fcf8290c3f74f8903 (diff)
downloadnixlib-fa4534f75b9e694d8917c5fc5383ca74c3965c99.tar
nixlib-fa4534f75b9e694d8917c5fc5383ca74c3965c99.tar.gz
nixlib-fa4534f75b9e694d8917c5fc5383ca74c3965c99.tar.bz2
nixlib-fa4534f75b9e694d8917c5fc5383ca74c3965c99.tar.lz
nixlib-fa4534f75b9e694d8917c5fc5383ca74c3965c99.tar.xz
nixlib-fa4534f75b9e694d8917c5fc5383ca74c3965c99.tar.zst
nixlib-fa4534f75b9e694d8917c5fc5383ca74c3965c99.zip
Merge pull request #81520 from r-ryantm/auto-update/libmypaint
libmypaint: 1.5.0 -> 1.5.1
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libmypaint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libmypaint/default.nix b/pkgs/development/libraries/libmypaint/default.nix
index 32251afffde5..409867695fc0 100644
--- a/pkgs/development/libraries/libmypaint/default.nix
+++ b/pkgs/development/libraries/libmypaint/default.nix
@@ -12,7 +12,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libmypaint";
-  version = "1.5.0";
+  version = "1.5.1";
 
   outputs = [ "out" "dev" ];
 
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     owner = "mypaint";
     repo = "libmypaint";
     rev = "v${version}";
-    sha256 = "06szsadj589vlvn33gzybygdknsaahr4cpigh2xyg8mr3h9ngqrl";
+    sha256 = "1pxx8fjdabcindxhzgbhg4p7yanl4ihbd8kq71y2nyi9dqsjr2fw";
   };
 
   nativeBuildInputs = [
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
   preConfigure = "./autogen.sh";
 
   meta = with stdenv.lib; {
-    homepage = http://mypaint.org/;
+    homepage = "http://mypaint.org/";
     description = "Library for making brushstrokes which is used by MyPaint and other projects";
     license = licenses.isc;
     maintainers = with maintainers; [ goibhniu jtojnar ];