Merge pull request #141534 from johnrichardrinehart/postman/9.0.5

postman: 9.0.4 -> 9.0.5
This commit is contained in:
Ryan Burns 2021-10-13 17:34:19 -07:00 committed by GitHub
commit bc4dfbe591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "postman";
version = "9.0.4";
version = "9.0.5";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "9OX1rSNWq2YJQBCt64iE4osZvfVajgEC2F28w7HSs3U=";
sha256 = "1z28v5vrjld99ydai66k8hw01x54647324ax459bvblw989lzp7v";
name = "${pname}.tar.gz";
};