From b7a63785897f6bbbbefae6df9b6e74900f6e6e29 Mon Sep 17 00:00:00 2001 From: rm-dr <96270320+rm-dr@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:36:25 -0700 Subject: [PATCH] Fixed default.nix --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 6ec622a..2fe7dbc 100644 --- a/default.nix +++ b/default.nix @@ -6,14 +6,14 @@ rustPlatform.buildRustPackage rec { src = fetchgit { url = "https://github.com/rm-dr/daisy.git"; - rev = "7658ff76ef2d2fab540dc8b8d4ee24077daebd01"; + rev = "v${version}"; sha256 = "sha256-aENuKtE1+tBRN0HZzRr8Gk+dVEYTiP6FNRz817Sk88o="; }; meta = with lib; { description = "A pretty command-line scientific calculator"; homepage = "https://github.com/rm-dr/daisy"; - license = licenses.GPL; + #license = licenses.GPL; maintainers = [ maintainers.tailhook ]; }; } \ No newline at end of file