docker-init: fix eval (#370836)

authored by Pol Dellaiera and committed by GitHub e3a24c2c b548ccd9

+2 -2
+2 -2
pkgs/by-name/do/docker-init/package.nix
··· 11 11 12 12 src = fetchurl { 13 13 url = "https://desktop.docker.com/linux/main/amd64/${finalAttrs.tag}/docker-desktop-x86_64.pkg.tar.zst"; 14 - hash = "sha256-ysZorPBmoUvTJFFKDbZgQxPamONJKcXezmMrpZSVpwY="; 14 + hash = "sha256-pxxlSN2sQqlPUzUPufcK8T+pvdr0cK+9hWTYzwMJv5I="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ ··· 36 36 meta = { 37 37 description = "Creates Docker-related starter files for your project"; 38 38 homepage = "https://docs.docker.com/reference/cli/docker/init"; 39 - downloadPage = "https://docs.docker.com/desktop/release-notes/#4320"; 39 + downloadPage = "https://docs.docker.com/desktop/release-notes"; 40 40 mainProgram = "docker-init"; 41 41 license = lib.licenses.unfree; 42 42 platforms = [ "x86_64-linux" ];