about summary refs log tree commit diff
path: root/pkgs/shells/powershell
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-10 09:39:04 +0200
committerMarek Mahut <marek.mahut@gmail.com>2019-08-10 09:39:04 +0200
commitce8a9968c956a44abc7177535ced387d2b998e90 (patch)
tree1ceecb155b1062b8639180244a43f40cb0a99cc3 /pkgs/shells/powershell
parent7d2643af886400e77c4697e863b0d9bf245225cb (diff)
powershell: updating darwin sha
Diffstat (limited to 'pkgs/shells/powershell')
-rw-r--r--pkgs/shells/powershell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix
index ccf1950b9c945..a434ef7e4fb4d 100644
--- a/pkgs/shells/powershell/default.nix
+++ b/pkgs/shells/powershell/default.nix
@@ -4,7 +4,7 @@
 let platformString = if stdenv.isDarwin then "osx"
                      else if stdenv.isLinux then "linux"
                      else throw "unsupported platform";
-    platformSha = if stdenv.isDarwin then "0w4dvkbi9jbybq7kvcgdccv8byp4ahlah45w2z8fwq961h3qnhg1"
+    platformSha = if stdenv.isDarwin then "005ax54l7752lhrvlpsyn2yywr4zh58psc7sc1qv9p86d414pmkq"
                      else if stdenv.isLinux then "1b3n6d2xgvqybmh61smyr415sfaymiilixlvs04yxm6ajsbnsm82"
                      else throw "unsupported platform";
     platformLdLibraryPath = if stdenv.isDarwin then "DYLD_FALLBACK_LIBRARY_PATH"