Loading pkgs/by-name/de/deck/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ buildGoModule rec { pname = "deck"; version = "1.54.0"; version = "1.55.0"; src = fetchFromGitHub { owner = "Kong"; repo = "deck"; tag = "v${version}"; hash = "sha256-DVj4VHmU3yORL4zytWzXIPEjrS1P+WLE18Vdcdbibos="; hash = "sha256-Xw8IROfseCo4e0yDC5Y6aD/aTu9JYsGYjeSzSVIXd+E="; }; nativeBuildInputs = [ installShellFiles ]; Loading @@ -28,7 +28,7 @@ buildGoModule rec { ]; proxyVendor = true; # darwin/linux hash mismatch vendorHash = "sha256-x+nL+bnwXio/z3XFC9A9G9T7mtB5BsnNgLWT54OJLCE="; vendorHash = "sha256-LmYsPrHKTYu07jLkAo7UsIV74sVyLSdhAwUV6Cu0JNQ="; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd deck \ Loading Loading
pkgs/by-name/de/deck/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ buildGoModule rec { pname = "deck"; version = "1.54.0"; version = "1.55.0"; src = fetchFromGitHub { owner = "Kong"; repo = "deck"; tag = "v${version}"; hash = "sha256-DVj4VHmU3yORL4zytWzXIPEjrS1P+WLE18Vdcdbibos="; hash = "sha256-Xw8IROfseCo4e0yDC5Y6aD/aTu9JYsGYjeSzSVIXd+E="; }; nativeBuildInputs = [ installShellFiles ]; Loading @@ -28,7 +28,7 @@ buildGoModule rec { ]; proxyVendor = true; # darwin/linux hash mismatch vendorHash = "sha256-x+nL+bnwXio/z3XFC9A9G9T7mtB5BsnNgLWT54OJLCE="; vendorHash = "sha256-LmYsPrHKTYu07jLkAo7UsIV74sVyLSdhAwUV6Cu0JNQ="; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd deck \ Loading