nix: bump version to 2.1.0 and update lock file (#609)

* Update flake.lock

* nix: bump version to 2.1.0
This commit is contained in:
shadeyg56 2023-11-25 00:27:58 -06:00 committed by GitHub
parent 0d1178cba0
commit 4dbad5539a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1696261572, "lastModified": 1700823757,
"narHash": "sha256-s8TtSYJ1LBpuITXjbPLUPyxzAKw35LhETcajJjCS5f0=", "narHash": "sha256-PStAVLO8ycnFBSThYKTFwQ6rw+OH4ZM5KiN0fRE0OuM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0c7ffbc66e6d78c50c38e717ec91a2a14e0622fb", "rev": "068bacb9b6fbee6a603d1b1f68d7cf032c4feed1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -8,7 +8,7 @@ python310Packages.buildPythonPackage {
format = "pyproject"; format = "pyproject";
pname = "auto-cpufreq"; pname = "auto-cpufreq";
version = "2.0.0"; version = "2.1.0";
src = ../.; src = ../.;
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection]; nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];