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"
},
"locked": {
"lastModified": 1703122623,
"narHash": "sha256-VHjfwnTNEeVNMaZ9o2XtF/rQt2KenjgzdbWh96aoH20=",
"owner": "ryantm",
"lastModified": 1707292413,
"narHash": "sha256-gRS9y1Ewl5oWmAWCFFQIUU2E8l+q1QtRDRL55cNs2rU=",
"owner": "rhendric",
"repo": "nixpkgs-update",
"rev": "06c801641238b1b57320987337b048c98fa0793d",
"rev": "afa489f640e1f2fa888c024572b5d21eaea193d5",
"type": "github"
},
"original": {
"owner": "ryantm",
"owner": "rhendric",
"ref": "rhendric/fix-388",
"repo": "nixpkgs-update",
"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
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-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;