mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-27 07:34:25 +02:00
update flake + remove patch from newer pyinotify version in nixpkgs (#747)
This commit is contained in:
parent
4ef561eccf
commit
c7bab0e36f
6
flake.lock
generated
6
flake.lock
generated
@ -2,11 +2,11 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717112898,
|
"lastModified": 1721373214,
|
||||||
"narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=",
|
"narHash": "sha256-crpGeGQGFlnCsMyCE5eheyjzo3xo03o1FXJ2sAbm7No=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0",
|
"rev": "af9c15bc7a314c226d7d5d85e159f7a73e8d9fae",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -23,6 +23,7 @@ let
|
|||||||
rev = "923cebec3a2a84c7e38c9e68171eb93f5d07ce5d";
|
rev = "923cebec3a2a84c7e38c9e68171eb93f5d07ce5d";
|
||||||
hash = "sha256-714CximEK4YhIqDmvqJYOUGs39gvDkWGrkNrXwxT8iM=";
|
hash = "sha256-714CximEK4YhIqDmvqJYOUGs39gvDkWGrkNrXwxT8iM=";
|
||||||
};
|
};
|
||||||
|
patches = [];
|
||||||
});
|
});
|
||||||
|
|
||||||
requests = python3Packages.requests.overrideAttrs (oldAttrs: {
|
requests = python3Packages.requests.overrideAttrs (oldAttrs: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user