summary refs log tree commit diff
path: root/pkgs/shells/powershell/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-17 14:44:58 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-17 14:44:58 +0000
commit7799b4f2c6fff1c85ba997b4ace636da6908983c (patch)
tree15a53abb955793bc33ab9b13eb63a3f2e8193b47 /pkgs/shells/powershell/default.nix
parent739f0b22b74a35f65e5b862108db4d4380feecc8 (diff)
downloadnixpkgs-7799b4f2c6fff1c85ba997b4ace636da6908983c.tar
nixpkgs-7799b4f2c6fff1c85ba997b4ace636da6908983c.tar.gz
nixpkgs-7799b4f2c6fff1c85ba997b4ace636da6908983c.tar.bz2
nixpkgs-7799b4f2c6fff1c85ba997b4ace636da6908983c.tar.lz
nixpkgs-7799b4f2c6fff1c85ba997b4ace636da6908983c.tar.xz
nixpkgs-7799b4f2c6fff1c85ba997b4ace636da6908983c.tar.zst
nixpkgs-7799b4f2c6fff1c85ba997b4ace636da6908983c.zip
powershell: 7.1.3 -> 7.1.4
Diffstat (limited to 'pkgs/shells/powershell/default.nix')
-rw-r--r--pkgs/shells/powershell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix
index 135cfb40ff0..5c082641e9f 100644
--- a/pkgs/shells/powershell/default.nix
+++ b/pkgs/shells/powershell/default.nix
@@ -8,7 +8,7 @@ let archString = if stdenv.isAarch64 then "arm64"
                      else if stdenv.isLinux then "linux"
                      else throw "unsupported platform";
     platformSha = if stdenv.isDarwin then "0w44ws8b6zfixf7xz93hmplqsx18279n9x8j77y4rbzs13fldvsn"
-                     else if (stdenv.isLinux && stdenv.isx86_64) then "0xm7l49zhkz2fly3d751kjd5cy3ws9zji9i0061lkd06dvkch7jy"
+                     else if (stdenv.isLinux && stdenv.isx86_64) then "sha256-SOZn7CGLu9x+xhQwjgm0SL7sKDODLwHRpzi7tMdRBAM="
                      else if (stdenv.isLinux && stdenv.isAarch64) then "1axbi4kmb1ydys7c45jhp729w1srid3c8jgivb4bdmdp56rf6h32"
                      else throw "unsupported platform";
     platformLdLibraryPath = if stdenv.isDarwin then "DYLD_FALLBACK_LIBRARY_PATH"
@@ -19,7 +19,7 @@ let archString = if stdenv.isAarch64 then "arm64"
 in
 stdenv.mkDerivation rec {
   pname = "powershell";
-  version = "7.1.3";
+  version = "7.1.4";
 
   src = fetchzip {
     url = "https://github.com/PowerShell/PowerShell/releases/download/v${version}/powershell-${version}-${platformString}-${archString}.tar.gz";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     rm -f $pslibs/libcrypto${ext}.1.0.0
     rm -f $pslibs/libssl${ext}.1.0.0
 
-    # At least the 7.1.3-osx package does not have the executable bit set.
+    # At least the 7.1.4-osx package does not have the executable bit set.
     chmod a+x $pslibs/pwsh
 
     ls $pslibs