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.
wip/yesman
R. RyanTM 6 years ago
parent 2698bb461f
commit ff28a91663
  1. 4
      pkgs/applications/graphics/nomacs/default.nix

@ -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}";

Loading…
Cancel
Save