libmypaint: 1.6.0 -> 1.6.1

This commit is contained in:
R. RyanTM 2020-05-19 18:08:48 +00:00 committed by Jon
parent 8d8165b15e
commit e4dd587f78

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libmypaint"; pname = "libmypaint";
version = "1.6.0"; version = "1.6.1";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "mypaint"; owner = "mypaint";
repo = "libmypaint"; repo = "libmypaint";
rev = "v${version}"; rev = "v${version}";
sha256 = "1fdyywm915mmilfmzp7lz4rnmm05kkw0adrdqpqi4n8icp4d530g"; sha256 = "1ppgpmnhph9h8ayx9776f79a0bxbdszfw9c6bw7c3ffy2yk40178";
}; };
nativeBuildInputs = [ nativeBuildInputs = [