flake: update nixpkgs-update

This commit is contained in:
zowoq 2024-02-13 08:26:55 +10:00
parent 7e0f467660
commit 4efafc7d88
2 changed files with 7 additions and 6 deletions

11
flake.lock generated
View file

@ -146,15 +146,16 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1703122623, "lastModified": 1707292413,
"narHash": "sha256-VHjfwnTNEeVNMaZ9o2XtF/rQt2KenjgzdbWh96aoH20=", "narHash": "sha256-gRS9y1Ewl5oWmAWCFFQIUU2E8l+q1QtRDRL55cNs2rU=",
"owner": "ryantm", "owner": "rhendric",
"repo": "nixpkgs-update", "repo": "nixpkgs-update",
"rev": "06c801641238b1b57320987337b048c98fa0793d", "rev": "afa489f640e1f2fa888c024572b5d21eaea193d5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ryantm", "owner": "rhendric",
"ref": "rhendric/fix-388",
"repo": "nixpkgs-update", "repo": "nixpkgs-update",
"type": "github" "type": "github"
} }

View file

@ -21,7 +21,7 @@
# 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:ryantm/nixpkgs-update"; nixpkgs-update.url = "github:rhendric/nixpkgs-update/rhendric/fix-388";
nixpkgs-update.inputs.mmdoc.follows = ""; nixpkgs-update.inputs.mmdoc.follows = "";
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases"; nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false; nixpkgs-update-github-releases.flake = false;