From 7a2262f0ae2a2c68fe56be1cddfa9136e2407220 Mon Sep 17 00:00:00 2001 From: HuangYi Date: Sat, 30 Apr 2022 09:43:27 +0800 Subject: [PATCH] upstream pr merged --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index eec7ceaad6..b536106cc4 100644 --- a/flake.lock +++ b/flake.lock @@ -39,16 +39,15 @@ "nix-bundle-exe": { "flake": false, "locked": { - "lastModified": 1651226590, - "narHash": "sha256-qgqD4pbVg9sgG04vYMR2mylJG+bk+42d1dU/ncHwXz8=", - "owner": "yihuang", + "lastModified": 1651240934, + "narHash": "sha256-oLM2nqdxzCqNTxGtgFjIltOy5fU8iRiurKMBRExbUIY=", + "owner": "3noch", "repo": "nix-bundle-exe", - "rev": "2f66717628acfceb7269d448f734f6a35dab5745", + "rev": "7cae51b738ba32db00f5d280513f8d118670d3f6", "type": "github" }, "original": { - "owner": "yihuang", - "ref": "fix-sign", + "owner": "3noch", "repo": "nix-bundle-exe", "type": "github" } diff --git a/flake.nix b/flake.nix index ae5c7ecf26..1f27a14979 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/release-21.11"; nix-bundle-exe = { - url = "github:yihuang/nix-bundle-exe/fix-sign"; + url = "github:3noch/nix-bundle-exe"; flake = false; }; gomod2nix = {