powershell: 7.5.2 -> 7.5.3 (#441876)

authored by Weijia Wang and committed by GitHub 804e182b 91bdd9b5

+5 -5
+5 -5
pkgs/by-name/po/powershell/package.nix
··· 31 31 in 32 32 stdenv.mkDerivation rec { 33 33 pname = "powershell"; 34 - version = "7.5.2"; 34 + version = "7.5.3"; 35 35 36 36 src = 37 37 passthru.sources.${stdenv.hostPlatform.system} ··· 96 96 sources = { 97 97 aarch64-darwin = fetchurl { 98 98 url = "https://github.com/PowerShell/PowerShell/releases/download/v${version}/powershell-${version}-osx-arm64.tar.gz"; 99 - hash = "sha256-oC0deViccejTXkWNkPCFz8HwpojrvqTauGMhh8BX96E="; 99 + hash = "sha256-9PrFxy6MCbo7b7hmfyGx1zVWBHgZhX/OeIMmjQI2nN4="; 100 100 }; 101 101 aarch64-linux = fetchurl { 102 102 url = "https://github.com/PowerShell/PowerShell/releases/download/v${version}/powershell-${version}-linux-arm64.tar.gz"; 103 - hash = "sha256-1NLFVih1X1zYsmCa1xF8Hq2gqgCG8ZXUgTHuSC731xo="; 103 + hash = "sha256-SmtlbdDnUegsXfm5pCRb0ex9Id5TNK+72ALf0AlZVZk="; 104 104 }; 105 105 x86_64-darwin = fetchurl { 106 106 url = "https://github.com/PowerShell/PowerShell/releases/download/v${version}/powershell-${version}-osx-x64.tar.gz"; 107 - hash = "sha256-kF3J7Au1iJk6rKn//hXdv/x2QWSwnL32PV6iXoNig5w="; 107 + hash = "sha256-wxAB9bwKTSNkGarwVNjAMWAnozHTPi+0HPjSdko1fgU="; 108 108 }; 109 109 x86_64-linux = fetchurl { 110 110 url = "https://github.com/PowerShell/PowerShell/releases/download/v${version}/powershell-${version}-linux-x64.tar.gz"; 111 - hash = "sha256-j6lYT2+V0pyhRmxDl6w5w3E3PWWBwS366evVPAbXdmQ="; 111 + hash = "sha256-XHTgu6/YvlnnImfwVwD9ZhU0TZz00wRg2bbRLNSoiow="; 112 112 }; 113 113 }; 114 114 tests.version = testers.testVersion {