mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mpage: 2.5.6 -> 2.5.7 (#42689)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mpage/versions. These checks were done: - built on NixOS - /nix/store/27fvqzw0vgbjadl2ngwggsz2gs3m4a15-mpage-2.5.7/bin/mpage passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.5.7 with grep in /nix/store/27fvqzw0vgbjadl2ngwggsz2gs3m4a15-mpage-2.5.7 - directory tree listing: https://gist.github.com/7deed27eaf23f2578d5dfcb1005b1a0c - du listing: https://gist.github.com/e1cafa83fbe346375875854bf40a6057
This commit is contained in:
parent
97ec194ab5
commit
99d8edbc7d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ fetchurl, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mpage-2.5.6";
|
||||
name = "mpage-2.5.7";
|
||||
src = fetchurl {
|
||||
url = "http://www.mesa.nl/pub/mpage/${name}.tgz";
|
||||
sha256 = "016w9sm06sn1d2lim4p8fzl6wbmad3wigxhflsybzi7p4zy6vrjg";
|
||||
sha256 = "1zn37r5xrvjgjbw2bdkc0r7s6q8b1krmcryzj0yf0dyxbx79rasi";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue