kupfer: 328 -> 329 (#467034)

This commit is contained in:
Aleksana
2025-12-04 02:44:49 +00:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@ with python3Packages;
buildPythonApplication rec {
pname = "kupfer";
version = "328";
version = "329";
format = "other";
src = fetchurl {
url = "https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz";
sha256 = "sha256-1oPvcho54uXCvov4eTZTjObL0EecimfxVOxl+bOU6do=";
sha256 = "sha256-9kX30EYYkb7s/T5VfpyqZQ5F1wpvtWfTT790LZmVqq0=";
};
nativeBuildInputs = [