From 433f70f4daae156b84853f5aaa11987aa5ce7277 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Wed, 7 Sep 2022 10:43:25 -0700 Subject: [PATCH] Fix suggested URL for non-flake-enabled workflow (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … so that users are more likely to pick up the fix from #6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0769969..6e6a2b5 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ like this: let nix-serve-ng-src = builtins.fetchTarball { # Replace the URL and hash with whatever you actually need - url = "https://github.com/aristanetworks/nix-serve-ng/archive/166672a78f20e4ec58b0a9748f4f04fc9f341ea3.tar.gz"; + url = "https://github.com/aristanetworks/nix-serve-ng/archive/1937593598bb1285b41804f25cd6f9ddd4d5f1cb.tar.gz"; - sha256 = "0giib41mjb1j91an1qwpgh94bvrn841azdjv082kwd4kcjhms52h"; + sha256 = "1lqd207gbx1wjbhky33d2r8xi6avfbx4v0kpsvn84zaanifdgz2g"; }; nix-serve-ng = import nix-serve-ng-src;