mytetra: 1.42.2 -> 1.43.27

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mytetra/versions.
This commit is contained in:
R. RyanTM 2018-07-12 23:41:36 -07:00
parent 2698bb461f
commit 19e8007d57

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, qmake, qtsvg }:
let
version = "1.42.2";
version = "1.43.27";
in stdenv.mkDerivation rec {
name = "mytetra-${version}";
src = fetchurl {
url = "https://github.com/xintrea/mytetra_dev/archive/v.${version}.tar.gz";
sha256 = "1ah44nf4ksxkh01a2zmgvvby4pwczhyq5vcp270rf6visp8v9804";
sha256 = "1gzr11jy1bvnp28w2ar3wmh76g55jn9nra5la5qasnal6b5pg28h";
};
nativeBuildInputs = [ qmake ];