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: 888d01da4811
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9aec8ccabb4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 10, 2018

  1. gocr: 0.51 -> 0.52

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gocr/versions
    r-ryantm committed Nov 10, 2018
    Copy the full SHA
    7cd159d View commit details

Commits on Nov 11, 2018

  1. Merge pull request #50095 from r-ryantm/auto-update/gocr

    gocr: 0.51 -> 0.52
    markuskowa authored Nov 11, 2018
    Copy the full SHA
    e9aec8c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/gocr/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/gocr/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, tk }:

stdenv.mkDerivation rec {
name = "gocr-0.51";
name = "gocr-0.52";

src = fetchurl {
url = "https://www-e.uni-magdeburg.de/jschulen/ocr/${name}.tar.gz";
sha256 = "14i6zi6q11h6d0qds2cpvgvhbxk5xaa027h8cd0wy1zblh7sxckf";
sha256 = "11l6gds1lrm8lwrrsxnm5fjlwz8q1xbh896cprrl4psz21in946z";
};

buildFlags = [ "all" "libs" ];