update packages

This commit is contained in:
mjallen18
2025-11-20 21:22:49 -06:00
parent aee0a4b34b
commit f5161b237a
10 changed files with 41 additions and 30 deletions

View File

@@ -1,14 +1,14 @@
{ python3Packages, fetchFromGitHub, ... }:
python3Packages.buildPythonPackage rec {
pname = "python-nanokvm";
version = "v0.0.3";
pname = "nanokvm";
version = "0.0.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "puddly";
repo = pname;
rev = version;
sha256 = "sha256-jBBd+O3S/4AlxAhrF9j9Bi5vMKZNk0M17ok9JzcI8F8=";
repo = "python-${pname}";
rev = "v${version}";
sha256 = "sha256-L2Z4zZUbNQPrJVd0TGA5obB3tnd+Pk7HL5J+9WOAes0=";
};
buildInputs = with python3Packages; [