0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

postman: 7.36.0 -> 7.36.1

This commit is contained in:
R. RyanTM 2021-01-21 01:33:49 +00:00 committed by Jonathan Ringer
parent 416bdfbc38
commit 67c7662d27

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "postman";
version = "7.36.0";
version = "7.36.1";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "1wdbwlli9lzxxcwbc94fybfq6ipzvsv0waqcr1mjqzlfjqaqgrsb";
sha256 = "sha256-6brThKTAQI3cu3SSqvEIT1nwlQ/jPTP+d/Q/m/Ez5nQ=";
name = "${pname}.tar.gz";
};