Merge pull request #50413 from jfrankenau/update-valentina

valentina: 0.6.0.0a -> 0.6.1
This commit is contained in:
Jörg Thalheim 2018-11-15 19:58:37 +00:00 committed by GitHub
commit e317f9f951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "valentina-${version}";
version = "0.6.0.0a";
version = "0.6.1";
src = fetchhg {
url = "https://bitbucket.org/dismine/valentina";
rev = "ccd68eba533a82aeb2dd3702124899a37c23ded5";
sha256 = "1qmxm6pwwass2kpyg41nhkmyq0g74pyk517sq68dcgs6340ii7fs";
rev = "v${version}";
sha256 = "0dxk2av7xbsd233sr9wa1hamzb7pp8yx6p5b43rsnvnzchkqf423";
};
postPatch = ''