cutemaze: 1.2.4 -> 1.2.5

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 2019-08-17 15:05:28 -07:00
parent a2bd8da766
commit a52cab84f0

View file

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