cutemaze: 1.2.3 -> 1.2.4

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cutemaze/versions.
This commit is contained in:
R. RyanTM 2018-07-21 19:48:12 -07:00
parent 1ae2f10642
commit 35425daec2

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "cutemaze-${version}";
version = "1.2.3";
version = "1.2.4";
src = fetchurl {
url = "https://gottcode.org/cutemaze/${name}-src.tar.bz2";
sha256 = "1gczg8bki9d2kkkkrac5wi4vnjdynv8xjw2qxn9lx1jfkm8fk1qk";
sha256 = "0l727j28igs7cx6gvxs43vvzhp3hk0z61df7sprp1vdxzpzzfifl";
};
nativeBuildInputs = [ qmake qttools ];