From 06f3c231e50528aab7c6ff3226c36485f0e56512 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:48:28 +1000 Subject: [PATCH] flake: update nixpkgs-update-github-releases --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 74db022..89d260a 100644 --- a/flake.lock +++ b/flake.lock @@ -165,16 +165,15 @@ "nixpkgs-update-github-releases": { "flake": false, "locked": { - "lastModified": 1711836151, - "narHash": "sha256-UcJuW4xDJqs1RWKwGp+53l7uptjgjnv/bzGnoiIkOeI=", - "owner": "qowoz", + "lastModified": 1712189201, + "narHash": "sha256-nUSPSq+XU/slSC5gmbjed7UXCDTfFiw0nNB5sa1pcoU=", + "owner": "nix-community", "repo": "nixpkgs-update-github-releases", - "rev": "ad1053ebb8f13e50c12abde967266cc7bdc839d4", + "rev": "1ba9bbe8ae093b7da5551ac344b315c574f8753c", "type": "github" }, "original": { - "owner": "qowoz", - "ref": "patches", + "owner": "nix-community", "repo": "nixpkgs-update-github-releases", "type": "github" } diff --git a/flake.nix b/flake.nix index 62038fd..123cac4 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ nixpkgs-update.url = "github:qowoz/nixpkgs-update/patches"; nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs"; 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; buildbot-nix.url = "github:Mic92/buildbot-nix";