flake: update nixpkgs-update

This commit is contained in:
zowoq 2024-02-28 19:46:50 +10:00
parent b6564a5b90
commit 399542c111
2 changed files with 12 additions and 8 deletions

17
flake.lock generated
View file

@ -143,19 +143,22 @@
"nixpkgs-update": { "nixpkgs-update": {
"inputs": { "inputs": {
"mmdoc": [], "mmdoc": [],
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3",
"runtimeDeps": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1707292413, "lastModified": 1709113512,
"narHash": "sha256-gRS9y1Ewl5oWmAWCFFQIUU2E8l+q1QtRDRL55cNs2rU=", "narHash": "sha256-K+C1vMJWQg44I3UTpiEVR6qBvLp2P4zutxPVsxGjeRg=",
"owner": "rhendric", "owner": "qowoz",
"repo": "nixpkgs-update", "repo": "nixpkgs-update",
"rev": "afa489f640e1f2fa888c024572b5d21eaea193d5", "rev": "0c757ffe059367b110154b9b938a4cea946fd947",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "rhendric", "owner": "qowoz",
"ref": "rhendric/fix-388", "ref": "patches",
"repo": "nixpkgs-update", "repo": "nixpkgs-update",
"type": "github" "type": "github"
} }

View file

@ -21,7 +21,8 @@
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant # actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
srvos.inputs.nixpkgs.follows = "nixpkgs"; srvos.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-update.url = "github:rhendric/nixpkgs-update/rhendric/fix-388"; nixpkgs-update.url = "github:qowoz/nixpkgs-update/patches";
nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs";
nixpkgs-update.inputs.mmdoc.follows = ""; nixpkgs-update.inputs.mmdoc.follows = "";
nixpkgs-update-github-releases.url = "github:rhendric/nixpkgs-update-github-releases/rhendric/misc-patches"; nixpkgs-update-github-releases.url = "github:rhendric/nixpkgs-update-github-releases/rhendric/misc-patches";
nixpkgs-update-github-releases.flake = false; nixpkgs-update-github-releases.flake = false;