about summary refs log tree commit diff
path: root/pkgs/applications/misc/auto-multiple-choice
diff options
context:
space:
mode:
authorThibault Polge <thibault@thb.lt>2023-09-14 12:15:22 +0200
committerThibault Polge <thibault@thb.lt>2023-09-14 12:15:22 +0200
commitb9f2512891e7a685887cc44cdd5d07be98ac8507 (patch)
tree752be47f97856381a0ebd41fde7c5e3d93b9c680 /pkgs/applications/misc/auto-multiple-choice
parent74f0173a4854261cbec4fc0c037d28a007a7a5dd (diff)
auto-multiple-choice: 1.5.2 -> 1.6.0
Diffstat (limited to 'pkgs/applications/misc/auto-multiple-choice')
-rw-r--r--pkgs/applications/misc/auto-multiple-choice/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/misc/auto-multiple-choice/default.nix b/pkgs/applications/misc/auto-multiple-choice/default.nix
index ef91009391b7e..43aad6d5be16b 100644
--- a/pkgs/applications/misc/auto-multiple-choice/default.nix
+++ b/pkgs/applications/misc/auto-multiple-choice/default.nix
@@ -25,10 +25,11 @@
 }:
 stdenv.mkDerivation (finalAttrs: rec {
   pname = "auto-multiple-choice";
-  version = "1.5.2";
+  version = "1.6.0";
   src = fetchurl {
-    url = "https://download.auto-multiple-choice.net/${pname}_${version}_precomp.tar.gz";
-    sha256 = "sha256-AjonJOooSe53Fww3QU6Dft95ojNqWrTuPul3nkIbctM=";
+    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=";
   };
 
   # There's only the Makefile