docker-init: fix eval
This commit is contained in:
parent
450382bdd4
commit
22c7e04608
@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://desktop.docker.com/linux/main/amd64/${finalAttrs.tag}/docker-desktop-x86_64.pkg.tar.zst";
|
||||
hash = "sha256-ysZorPBmoUvTJFFKDbZgQxPamONJKcXezmMrpZSVpwY=";
|
||||
hash = "sha256-pxxlSN2sQqlPUzUPufcK8T+pvdr0cK+9hWTYzwMJv5I=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Creates Docker-related starter files for your project";
|
||||
homepage = "https://docs.docker.com/reference/cli/docker/init";
|
||||
downloadPage = "https://docs.docker.com/desktop/release-notes/#4320";
|
||||
downloadPage = "https://docs.docker.com/desktop/release-notes";
|
||||
mainProgram = "docker-init";
|
||||
license = lib.licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user