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: 1779c61f1b8f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7bdbeb1f259c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 18, 2019

  1. anki: 2.1.9 -> 2.1.11 (#57852)

    Enzime authored and xeji committed Mar 18, 2019
    Copy the full SHA
    7bdbeb1 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/games/anki/default.nix
10 changes: 5 additions & 5 deletions pkgs/games/anki/default.nix
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@ let
# when updating, also update rev-manual to a recent version of
# https://github.com/dae/ankidocs
# The manual is distributed independently of the software.
version = "2.1.9";
sha256-pkg = "0p4admjxs0gwc54hby9kc1isg99ghxd5kpy08w9hrk3mcyq74z3i";
rev-manual = "c2c443bf991089534b0193029f6ee34908124e80";
sha256-manual = "1jwm5zrydc6qis7zslfqj56d083kpbzbl51n0x4czhskm9pjh7qd";
version = "2.1.11";
sha256-pkg = "0rcjam7f017yg0fx5apdc309lsx59lfw33nikczz7hrw6gby6z3q";
rev-manual = "f933104fecd8a83c33494bdb2b59817a3318202f";
sha256-manual = "12j4x1bh8x6yinym4d1ard32vfl22iq2wz1lfwz6s3ljhggkc52h";

manual = stdenv.mkDerivation {
name = "anki-manual-${version}";
@@ -187,6 +187,6 @@ buildPythonApplication rec {
license = licenses.agpl3Plus;
broken = stdenv.hostPlatform.isAarch64;
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ the-kenny Profpatsch ];
maintainers = with maintainers; [ the-kenny Profpatsch enzime ];
};
}