Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 517cb0d45d23
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17830a521aa0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2021

  1. psw: 0.1.2 -> 0.2.0

    Wulfsta committed Jan 17, 2021
    Copy the full SHA
    727cb67 View commit details
  2. Merge pull request #109593 from Wulfsta/psw

    psw: 0.1.2 -> 0.2.0
    SuperSandro2000 authored Jan 17, 2021
    Copy the full SHA
    17830a5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/psw/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/psw/default.nix
Original file line number Diff line number Diff line change
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "psw";
version = "0.1.2";
version = "0.2.0";

src = fetchFromGitHub {
owner = "Wulfsta";
repo = pname;
rev = version;
sha256 = "10raj4899i01f5v13w0wxdnjjicql2wjblkq1zcagrfv3ly3d0fy";
sha256 = "1nwmps3zw99lrz6k1j14w4rcm7yj8vhf4cs9wjfc3c1zfjibz9iz";
};

cargoSha256 = "1w18rym0xnjk7vhrb2dc4cvhg659zbq5d2153gw2snxcbs7gh7r1";
cargoSha256 = "0a6hhangbx62nsyrfzbxjv7cg5c9d8wh83f02ay72gkf48sqy75h";

meta = with lib; {
description = "A command line tool to write random bytes to stdout";