Unverified Commit afff98c0 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

auto-multiple-choice: 1.6.0 -> 1.7.0 (#399906)

parents a8639dcc 9bd8efc1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@
}:
stdenv.mkDerivation (finalAttrs: rec {
  pname = "auto-multiple-choice";
  version = "1.6.0";
  version = "1.7.0";
  src = fetchurl {
    url = "https://download.auto-multiple-choice.net/${pname}_${version}_dist.tar.gz";
    # before 1.6.0, the URL pattern used "precomp" instead of "dist".    ^^^^
    sha256 = "sha256-I9Xw1BN8ZSQhi5F1R3axHBKE6tnaCNk8k5tts6LoMjY=";
    # before 1.7.0, the URL pattern used "precomp" instead of "dist".    ^^^^
    sha256 = "sha256-37kWqgdvZopvNSU6LA/FmY2wfSJz3rRSlaQF2HSbdmA=";
  };

  # There's only the Makefile