Merge pull request #111338 from r-ryantm/auto-update/metamath

metamath: 0.194 -> 0.196
This commit is contained in:
Ryan Mulligan
2021-01-30 15:53:31 -08:00
committed by GitHub
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook }: { lib, stdenv, fetchFromGitHub, autoreconfHook }:
let let
version = "0.194"; version = "0.196";
in stdenv.mkDerivation { in stdenv.mkDerivation {
pname = "metamath"; pname = "metamath";
inherit version; inherit version;
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "metamath"; owner = "metamath";
repo = "metamath-exe"; repo = "metamath-exe";
rev = "v${version}"; rev = "v${version}";
sha256 = "1bc5h2jdqbgna8zbhqyphlqcldz4vddg72r2rnjjjzxnxb2skvj7"; sha256 = "sha256-/ofH5fq7lUxbbRBAczsLNG3UPsOMbCdcxkB3el5OPcU=";
}; };
meta = with lib; { meta = with lib; {