Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1374431bdc47
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f65c5f5d134
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 18, 2018

  1. foo2zjs: 20171202 -> 20180519

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/foo2zjs/versions.
    R. RyanTM committed Jul 18, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    da7899d View commit details

Commits on Jul 19, 2018

  1. Merge pull request #43775 from r-ryantm/auto-update/foo2zjs

    foo2zjs: 20171202 -> 20180519
    7c6f434c authored Jul 19, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3f65c5f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/drivers/foo2zjs/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/drivers/foo2zjs/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, foomatic-filters, bc, unzip, ghostscript, systemd, vim }:

stdenv.mkDerivation rec {
name = "foo2zjs-20171202";
name = "foo2zjs-20180519";

src = fetchurl {
url = "http://www.loegria.net/mirrors/foo2zjs/${name}.tar.gz";
sha256 = "b63c65e8e0e7c9fd8d19b9e63f7cd85048eba01a877aac1ca13a6bfc979ea182";
sha256 = "1rmw4jmxn2lqp124mapvnic0ma8ipyvisx2vj848mvad5g5w9x3z";
};

buildInputs = [ foomatic-filters bc unzip ghostscript systemd vim ];