moe: 1.9 -> 1.10

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/moe/versions
wip/yesman
R. RyanTM 6 years ago committed by worldofpeace
parent f0fbc76d3e
commit 381e1ff252
  1. 4
      pkgs/applications/editors/moe/default.nix

@ -6,11 +6,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "moe-${version}";
version = "1.9";
version = "1.10";
src = fetchurl {
url = "mirror://gnu/moe/${name}.tar.lz";
sha256 = "1wsfzy0iia0c89wnx1ilzw54wqcmlp2nz8mkpvc393z0zagrx48q";
sha256 = "0fymywdiy9xqppcmvgs7mf7d3gfrky3jp5jkxs2l3v93asml9zcc";
};
prePatch = ''

Loading…
Cancel
Save