update flake + remove patch from newer pyinotify version in nixpkgs (#747)
This commit is contained in:
parent
4ef561eccf
commit
c7bab0e36f
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1717112898,
|
||||
"narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=",
|
||||
"lastModified": 1721373214,
|
||||
"narHash": "sha256-crpGeGQGFlnCsMyCE5eheyjzo3xo03o1FXJ2sAbm7No=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0",
|
||||
"rev": "af9c15bc7a314c226d7d5d85e159f7a73e8d9fae",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -23,6 +23,7 @@ let
|
|||
rev = "923cebec3a2a84c7e38c9e68171eb93f5d07ce5d";
|
||||
hash = "sha256-714CximEK4YhIqDmvqJYOUGs39gvDkWGrkNrXwxT8iM=";
|
||||
};
|
||||
patches = [];
|
||||
});
|
||||
|
||||
requests = python3Packages.requests.overrideAttrs (oldAttrs: {
|
||||
|
|
Loading…
Reference in New Issue