Loading pkgs/by-name/pl/plattenalbum/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ python3Packages.buildPythonApplication rec { pname = "plattenalbum"; version = "2.2.1"; version = "2.2.2"; pyproject = false; src = fetchFromGitHub { owner = "SoongNoonien"; repo = "plattenalbum"; tag = "v${version}"; hash = "sha256-tbgSgbj77GvTgnI5eGu4cxYDie1gNa+5z053c0Nnu+Y="; hash = "sha256-IuyEy6w1JxuuA+domZ+XNIq5vmcOVs0sHO4dp1dyE6k="; }; nativeBuildInputs = [ Loading Loading @@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec { meta = { description = "Client for the Music Player Daemon (originally named mpdevil)"; homepage = "https://github.com/SoongNoonien/plattenalbum"; changelog = "https://github.com/SoongNoonien/plattenalbum/releases/tag/v${version}"; changelog = "https://github.com/SoongNoonien/plattenalbum/releases/tag/${src.tag}"; license = with lib.licenses; [ gpl3Only cc0 Loading Loading
pkgs/by-name/pl/plattenalbum/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ python3Packages.buildPythonApplication rec { pname = "plattenalbum"; version = "2.2.1"; version = "2.2.2"; pyproject = false; src = fetchFromGitHub { owner = "SoongNoonien"; repo = "plattenalbum"; tag = "v${version}"; hash = "sha256-tbgSgbj77GvTgnI5eGu4cxYDie1gNa+5z053c0Nnu+Y="; hash = "sha256-IuyEy6w1JxuuA+domZ+XNIq5vmcOVs0sHO4dp1dyE6k="; }; nativeBuildInputs = [ Loading Loading @@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec { meta = { description = "Client for the Music Player Daemon (originally named mpdevil)"; homepage = "https://github.com/SoongNoonien/plattenalbum"; changelog = "https://github.com/SoongNoonien/plattenalbum/releases/tag/v${version}"; changelog = "https://github.com/SoongNoonien/plattenalbum/releases/tag/${src.tag}"; license = with lib.licenses; [ gpl3Only cc0 Loading