Skip to content

Commit abc12d1

Browse files
authored
podman-desktop: use correct version for meta.changelog (#349756)
2 parents ba9222e + aad0a65 commit abc12d1

File tree

1 file changed

+4
-4
lines changed
  • pkgs/applications/virtualization/podman-desktop

1 file changed

+4
-4
lines changed

pkgs/applications/virtualization/podman-desktop/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ stdenv.mkDerivation (finalAttrs: {
107107
})
108108
];
109109

110-
meta = with lib; {
110+
meta = {
111111
description = "A graphical tool for developing on containers and Kubernetes";
112112
homepage = "https://podman-desktop.io";
113-
changelog = "https://github.com/containers/podman-desktop/releases/tag/v${version}";
114-
license = licenses.asl20;
115-
maintainers = with maintainers; [ booxter panda2134 ];
113+
changelog = "https://github.com/containers/podman-desktop/releases/tag/v${finalAttrs.version}";
114+
license = lib.licenses.asl20;
115+
maintainers = with lib.maintainers; [ booxter panda2134 ];
116116
inherit (electron.meta) platforms;
117117
mainProgram = "podman-desktop";
118118
};

0 commit comments

Comments
 (0)