Merge pull request #43807 from borisbabic/bugs/postman_icon
postman: fix icon not found
This commit is contained in:
commit
03b18ccf96
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildPhase = ":"; # nothing to build
|
buildPhase = ":"; # nothing to build
|
||||||
|
|
||||||
icon = fetchurl {
|
icon = fetchurl {
|
||||||
url = "https://www.getpostman.com/img-rebrand/logo.png";
|
url = "https://www.getpostman.com/img/v2/media-kit/Logo/PNG/pm-logo-horiz.png";
|
||||||
sha256 = "0jdhl9c07b1723j2f172z3s5p5lh8sqa1rcvdzz3h6z5zwn21g7v";
|
sha256 = "271b88317bd787f4a30ab374148e73314d60fb1b220ef791611774a061c49f30";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user