kupfer: 321 -> 327

This commit is contained in:
nashamri 2024-10-04 16:40:57 +03:00
parent 16ab9ff5f5
commit 524db4cbd9

View File

@ -19,13 +19,13 @@ with python3Packages;
buildPythonApplication rec {
pname = "kupfer";
version = "321";
version = "327";
format = "other";
src = fetchurl {
url = "https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.bz2";
sha256 = "0nagjp63gxkvsgzrpjk78cbqx9a7rbnjivj1avzb2fkhrlxa90c7";
url = "https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz";
sha256 = "sha256-F5ScSfD/LwpSOAAqTN0WX5yFhoz23DYfeCC+KuvixYM=";
};
nativeBuildInputs = [