From a536464460c455bd2d217e746a01debce0f64953 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 1 Jul 2022 19:55:59 +0200 Subject: [PATCH] overlay/plume: fix download from github --- overlay/plume/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/plume/default.nix b/overlay/plume/default.nix index 0aa03866..c07463c3 100644 --- a/overlay/plume/default.nix +++ b/overlay/plume/default.nix @@ -49,7 +49,7 @@ let conv = fetchFromGitHub { owner = "DanielKeep"; repo = "rust-conv"; - rev = "90a1e85edcc6d63616438a6049b08ba87c76d703"; + rev = "master"; sha256 = "029xq9cabz3scbmd84b8qkrg0q7x6fm27ijq869lkpq8bwjxvcb6"; };