From a33f8304e4ed64d2c9e9684b736a8f90e1cd9d33 Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 16 Sep 2022 20:58:23 -0400 Subject: [PATCH] bundix and bundlerEnv disagree on which exact file to download, wheeee --- gemset.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemset.nix b/gemset.nix index 6783247..6013765 100644 --- a/gemset.nix +++ b/gemset.nix @@ -271,7 +271,7 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0aw4w5495q5dzlmzyp3cdpr6vjvif6v7w88zr2ybji42w27nv6fd"; + sha256 = "12h4a8ivfwgscyx7s1q9nds8q11kkf3s797qi2mb3xkz7jmnvswf"; type = "gem"; }; version = "1.5.0";