nomacs: 3.10.0 -> 3.10.2

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nomacs/versions.
This commit is contained in:
R. RyanTM 2018-07-13 00:53:09 -07:00
parent 2698bb461f
commit ff28a91663

View File

@ -18,12 +18,12 @@
}:
stdenv.mkDerivation rec {
version = "3.10.0";
version = "3.10.2";
src = fetchFromGitHub {
owner = "nomacs";
repo = "nomacs";
rev = version;
sha256 = "07k921r4m6p5kicyb55zdfp58m8mlc94g2csq354d7v20m71zwrv";
sha256 = "0v2gsdc8caswf2b5aa023d8kil1fqf4r9mlg15180h3c92f8jzvh";
};
name = "nomacs-${version}";