diff --git a/flake.lock b/flake.lock index 3039789..e4139c5 100644 --- a/flake.lock +++ b/flake.lock @@ -163,15 +163,16 @@ "nixpkgs-update-github-releases": { "flake": false, "locked": { - "lastModified": 1580759633, - "narHash": "sha256-BILWeSDxOY8S5eRz5eXnRj48xzrzQJ6v6Bv0hVtvNGg=", - "owner": "ryantm", + "lastModified": 1697923309, + "narHash": "sha256-XCIw5XsV3q2BEE5q+NIokBIKz1TzfsAbSESffB0eGHA=", + "owner": "rhendric", "repo": "nixpkgs-update-github-releases", - "rev": "e31b003d8edd400d06b718c717c19532585389f9", + "rev": "cbdc6775eab07c44d94d50e7b714c3ca83c02219", "type": "github" }, "original": { - "owner": "ryantm", + "owner": "rhendric", + "ref": "rhendric/misc-patches", "repo": "nixpkgs-update-github-releases", "type": "github" } diff --git a/flake.nix b/flake.nix index 965911a..3f9b0e4 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ 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.url = "github:rhendric/nixpkgs-update-github-releases/rhendric/misc-patches"; nixpkgs-update-github-releases.flake = false; buildbot-nix.url = "github:Mic92/buildbot-nix";