Loading pkgs/applications/kde/angelfish.nix +4 −13 Original line number Diff line number Diff line Loading @@ -21,26 +21,17 @@ , rustc , srcs # These must be updated in tandem with package updates. , cargoShaForVersion ? "23.04.0" , cargoSha256 ? "sha256-96Qe8zdLZdOrU/t6J+JJ6V0PXyFOnJF18qDrk4PZGsA=" # provided as callPackage input to enable easier overrides through overlays , cargoSha256 ? "sha256-whMfpElpFB7D+dHHJrbwINFL4bVpHTlcZX+mdBfiqEE=" }: # Guard against incomplete updates. # Values are provided as callPackage inputs to enable easier overrides through overlays. if cargoShaForVersion != srcs.angelfish.version then builtins.throw '' angelfish package update is incomplete. Hash for cargo dependencies is declared for version ${cargoShaForVersion}, but we're building ${srcs.angelfish.version}. Update the cargoSha256 and cargoShaForVersion for angelfish. '' else mkDerivation rec { pname = "angelfish"; cargoDeps = rustPlatform.fetchCargoTarball { src = srcs.angelfish.src; # include version in the name so we invalidate the FOD name = "${pname}-${srcs.angelfish.version}"; inherit (srcs.angelfish) src; sha256 = cargoSha256; }; Loading pkgs/applications/kde/fetch.sh +1 −1 Original line number Diff line number Diff line WGET_ARGS=( https://download.kde.org/stable/release-service/23.04.0/src -A '*.tar.xz' ) WGET_ARGS=( https://download.kde.org/stable/release-service/23.04.1/src -A '*.tar.xz' ) pkgs/applications/kde/srcs.nix +1024 −1024 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
pkgs/applications/kde/angelfish.nix +4 −13 Original line number Diff line number Diff line Loading @@ -21,26 +21,17 @@ , rustc , srcs # These must be updated in tandem with package updates. , cargoShaForVersion ? "23.04.0" , cargoSha256 ? "sha256-96Qe8zdLZdOrU/t6J+JJ6V0PXyFOnJF18qDrk4PZGsA=" # provided as callPackage input to enable easier overrides through overlays , cargoSha256 ? "sha256-whMfpElpFB7D+dHHJrbwINFL4bVpHTlcZX+mdBfiqEE=" }: # Guard against incomplete updates. # Values are provided as callPackage inputs to enable easier overrides through overlays. if cargoShaForVersion != srcs.angelfish.version then builtins.throw '' angelfish package update is incomplete. Hash for cargo dependencies is declared for version ${cargoShaForVersion}, but we're building ${srcs.angelfish.version}. Update the cargoSha256 and cargoShaForVersion for angelfish. '' else mkDerivation rec { pname = "angelfish"; cargoDeps = rustPlatform.fetchCargoTarball { src = srcs.angelfish.src; # include version in the name so we invalidate the FOD name = "${pname}-${srcs.angelfish.version}"; inherit (srcs.angelfish) src; sha256 = cargoSha256; }; Loading
pkgs/applications/kde/fetch.sh +1 −1 Original line number Diff line number Diff line WGET_ARGS=( https://download.kde.org/stable/release-service/23.04.0/src -A '*.tar.xz' ) WGET_ARGS=( https://download.kde.org/stable/release-service/23.04.1/src -A '*.tar.xz' )
pkgs/applications/kde/srcs.nix +1024 −1024 File changed.Preview size limit exceeded, changes collapsed. Show changes