3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #146299 from johnrichardrinehart/postman/9.1.4

This commit is contained in:
Sandro 2021-11-25 00:45:45 +01:00 committed by GitHub
commit e1be6bd30d
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.1.1";
version = "9.1.4";
src = fetchurl {
url = "https://dl.pstmn.io/download/version/${version}/linux64";
sha256 = "QqlA/8fEOwucs+nU6ahDh3GB64PdhY8JFWPiyEBxGsE=";
sha256 = "bUhJ1vbesTibXF8rZuVWd5EY8uBbGaYGEbPKSXAVAsE=";
name = "${pname}.tar.gz";
};