Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

powershell: 6.2.1 -> 6.2.2 #65126

Merged
merged 2 commits into from Aug 10, 2019
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions.

meta.description for powershell is: '"Cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework"'.

meta.homepage for powershell is: '"https://github.com/PowerShell/PowerShell"

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
powershell

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/6i3q3asd537izw47d7k0dvi59fglk46s-powershell-6.2.2 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A powershell https://github.com/r-ryantm/nixpkgs/archive/7d2643af886400e77c4697e863b0d9bf245225cb.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/6i3q3asd537izw47d7k0dvi59fglk46s-powershell-6.2.2
ls -la /nix/store/6i3q3asd537izw47d7k0dvi59fglk46s-powershell-6.2.2/bin

cc @yrashk for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/powershell/versions
Copy link
Member

@FRidh FRidh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

darwin hash needs to be fixed as well

@@ -5,7 +5,7 @@ let platformString = if stdenv.isDarwin then "osx"
else if stdenv.isLinux then "linux"
else throw "unsupported platform";
platformSha = if stdenv.isDarwin then "0w4dvkbi9jbybq7kvcgdccv8byp4ahlah45w2z8fwq961h3qnhg1"
Copy link
Member

@jirkadanek jirkadanek Jul 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
platformSha = if stdenv.isDarwin then "0w4dvkbi9jbybq7kvcgdccv8byp4ahlah45w2z8fwq961h3qnhg1"
platformSha = if stdenv.isDarwin then "005ax54l7752lhrvlpsyn2yywr4zh58psc7sc1qv9p86d414pmkq"

@jirkadanek
Copy link
Member

Linux package installs, and I tried to run the SystemD demo, which also worked https://github.com/PowerShell/PowerShell/blob/master/demos/SystemD/journalctl-demo.ps1

@mmahut
Copy link
Member

mmahut commented Aug 10, 2019

@GrahamcOfBorg build powershell

@mmahut mmahut merged commit 8effb0a into NixOS:master Aug 10, 2019
@r-ryantm r-ryantm deleted the auto-update/powershell branch August 17, 2019 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants