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: ba597cd2e558
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13b92ce7aef2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 5, 2020

  1. postman: 7.30.1 -> 7.31.1

    evanjs committed Sep 5, 2020
    Copy the full SHA
    d977d76 View commit details
  2. Merge pull request #97259 from evanjs/postman/7.31.1

    postman: 7.30.1 -> 7.31.1
    worldofpeace authored Sep 5, 2020
    Copy the full SHA
    13b92ce View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/web/postman/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/web/postman/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
pname = "postman";
version = "7.30.1";
version = "7.31.1";

src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "18bphn5m42z9x0igafd259q7i88qn7wcxvvhdjv9ldnvmhf1k935";
sha256 = "14df24gj0mljblzc78pggyajr7004mg35gary5cz2c26vcklx4pw";
name = "${pname}.tar.gz";
};