martian-mono: 1.0.0 -> 1.1.0 (#381054)

authored by Nick Cao and committed by GitHub f34da8ab 3f587026

+2 -2
+2 -2
pkgs/by-name/ma/martian-mono/package.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "martian-mono"; 9 - version = "1.0.0"; 9 + version = "1.1.0"; 10 10 11 11 src = fetchzip { 12 12 url = "https://github.com/evilmartians/mono/releases/download/v${version}/martian-mono-${version}-otf.zip"; 13 - sha256 = "sha256-hC08IHWqg+x3qoEf4EL98ZbGeqdwjnMpDovEiWrWPpI="; 13 + sha256 = "sha256-L+T9XxTH7+yFJwhZ8UXAlq3rAkPFn/8dRBoGfbiHuGA="; 14 14 stripRoot = false; 15 15 }; 16 16