Skip to content

Commit

Permalink
Use a stable download link
Browse files Browse the repository at this point in the history
  • Loading branch information
smaret committed Dec 26, 2024
1 parent 7d28587 commit 1eb442a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/im/imager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ let
in

stdenv.mkDerivation rec {
srcVersion = "dec24";
version = "4.4-01";
pname = "imager";

src = fetchurl {
url = "https://dave.oasu.u-bordeaux.fr:5000/5964614a-44f2-47fd-ba18-5f155543044e/imager-last.tgz";
hash = "sha256-cIgsj/OYzi8UZc9Gk/0bN3vHD8Kh+y1+EAPzM4J7t+4=";
# The recommended download link is on Nextcloud instance that
# requires to accept some general terms of use. Use a mirror at
# univ-grenoble-alpes.fr instead.
url = "https://cloud.univ-grenoble-alpes.fr/s/J6yEqA6yZ8tX9da/download?path=%2F&files=imager-${srcVersion}.tar.gz";
hash = "sha256-Pq92IsGY4heekm5zNGngnp6J6YiCHYAyuMT2RsD1/9o=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1eb442a

Please sign in to comment.