Loading pkgs/development/tools/continuous-integration/woodpecker/common.nix +2 −2 Original line number Diff line number Diff line { lib, fetchzip }: let version = "3.3.0"; srcHash = "sha256-f0XQ3cbao8IM5toSkxvul7pp1L89N9oiEo3Yx3mkGhg="; version = "3.4.0"; srcHash = "sha256-2zKzNaNe057iJkhhLaEBfE84YkR0X5lGpB4b3WNq3ec="; # The tarball contains vendored dependencies vendorHash = null; in Loading Loading
pkgs/development/tools/continuous-integration/woodpecker/common.nix +2 −2 Original line number Diff line number Diff line { lib, fetchzip }: let version = "3.3.0"; srcHash = "sha256-f0XQ3cbao8IM5toSkxvul7pp1L89N9oiEo3Yx3mkGhg="; version = "3.4.0"; srcHash = "sha256-2zKzNaNe057iJkhhLaEBfE84YkR0X5lGpB4b3WNq3ec="; # The tarball contains vendored dependencies vendorHash = null; in Loading