Merge pull request #121962 from dotlambda/cutemaze-1.3.0

cutemaze: 1.2.6 -> 1.3.0
This commit is contained in:
Sandro 2021-05-07 16:45:26 +02:00 committed by GitHub
commit fdaa6792e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "cutemaze";
version = "1.2.6";
version = "1.3.0";
src = fetchurl {
url = "https://gottcode.org/cutemaze/${pname}-${version}-src.tar.bz2";
sha256 = "0pw31j2i3ifndikhz9w684ia00r8zvcgnb66ign9w4lgs1zjgcrw";
sha256 = "sha256-h7+H2E37ZVSnlPa6ID+lNEvFtU5PfdMSlBjqBumojoU=";
};
nativeBuildInputs = [ qmake qttools ];