Skip to content

Commit

Permalink
Fix the use of finalAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
smaret committed Dec 26, 2024
1 parent 432af05 commit 3168c97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/by-name/im/imager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ let
in

stdenv.mkDerivation (finalAttrs: {
srcVersion = "dec24";
version = "4.4-01";
pname = "imager";

src = fetchurl {
# 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";
url = "https://cloud.univ-grenoble-alpes.fr/s/J6yEqA6yZ8tX9da/download?path=%2F&files=imager-dec24.tar.gz";
hash = "sha256-Pq92IsGY4heekm5zNGngnp6J6YiCHYAyuMT2RsD1/9o=";
};

Expand Down Expand Up @@ -108,4 +107,4 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};

}
})

0 comments on commit 3168c97

Please sign in to comment.