flake: update nixpkgs-update-github-releases

This commit is contained in:
zowoq 2024-04-02 22:48:28 +10:00
parent 3702c599a9
commit 06f3c231e5
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -165,16 +165,15 @@
"nixpkgs-update-github-releases": { "nixpkgs-update-github-releases": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1711836151, "lastModified": 1712189201,
"narHash": "sha256-UcJuW4xDJqs1RWKwGp+53l7uptjgjnv/bzGnoiIkOeI=", "narHash": "sha256-nUSPSq+XU/slSC5gmbjed7UXCDTfFiw0nNB5sa1pcoU=",
"owner": "qowoz", "owner": "nix-community",
"repo": "nixpkgs-update-github-releases", "repo": "nixpkgs-update-github-releases",
"rev": "ad1053ebb8f13e50c12abde967266cc7bdc839d4", "rev": "1ba9bbe8ae093b7da5551ac344b315c574f8753c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "qowoz", "owner": "nix-community",
"ref": "patches",
"repo": "nixpkgs-update-github-releases", "repo": "nixpkgs-update-github-releases",
"type": "github" "type": "github"
} }

View file

@ -24,7 +24,7 @@
nixpkgs-update.url = "github:qowoz/nixpkgs-update/patches"; nixpkgs-update.url = "github:qowoz/nixpkgs-update/patches";
nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs"; nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs";
nixpkgs-update.inputs.mmdoc.follows = ""; nixpkgs-update.inputs.mmdoc.follows = "";
nixpkgs-update-github-releases.url = "github:qowoz/nixpkgs-update-github-releases/patches"; nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false; nixpkgs-update-github-releases.flake = false;
buildbot-nix.url = "github:Mic92/buildbot-nix"; buildbot-nix.url = "github:Mic92/buildbot-nix";