bump pglive to v0.8.3

This commit is contained in:
2025-03-24 11:38:32 +08:00
parent 8f272023bb
commit 10f79615e8
3 changed files with 9 additions and 9 deletions
Generated
+4 -4
View File
@@ -18,17 +18,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1738702386,
"narHash": "sha256-nJj8f78AYAxl/zqLiFGXn5Im1qjFKU8yBPKoWEeZN5M=",
"lastModified": 1742669843,
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "030ba1976b7c0e1a67d9716b17308ccdab5b381e",
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
"type": "github"
}
},
+3 -3
View File
@@ -1,7 +1,7 @@
{
description = "Firmware for kirdy";
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-24.11;
inputs.nixpkgs.url = github:NixOS/nixpkgs/1e5b653dff12029333a6546c11e108ede13052eb;
inputs.mozilla-overlay = { url = github:mozilla/nixpkgs-mozilla; flake = false; };
inputs.rust-overlay.url = "github:oxalica/rust-overlay";
@@ -47,11 +47,11 @@
pglive = pkgs.python3Packages.buildPythonPackage rec {
pname = "pglive";
version = "0.8.2";
version = "0.8.3";
format = "pyproject";
src = pkgs.fetchPypi {
inherit pname version;
hash = "sha256-y/9ng9d2cFxZAZBcWcGUE2nBqRp5GSsaoC7UoLETfsA=";
hash = "sha256-b41ATaYmkt5BtRhhr2qwiwV46a7e2taqJVt93cVSa2k=";
};
buildInputs = [ pkgs.python3Packages.poetry-core ];
propagatedBuildInputs = with pkgs.python3Packages; [ pyqtgraph numpy ];
+2 -2
View File
@@ -11,11 +11,11 @@ urls.Repository = "https://git.m-labs.hk/M-Labs/kirdy"
license = {text = "GPLv3"}
dependencies = [
"aenum >= 3.1.15",
"numpy >= 1.26.4",
"numpy >= 2.0.0",
"pyqtgraph >= 0.13.7",
"pyqt6 >= 6.8.0",
"qasync >= 0.27.1",
"pglive >= 0.7.2",
"pglive >= 0.8.3",
]
[project.gui-scripts]