mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Updated default.nix
This commit is contained in:
parent
cd1074d30f
commit
42555e0df7
@ -4,14 +4,14 @@ rustPlatform.buildRustPackage rec {
|
||||
version = "1.1.6";
|
||||
cargoLock.lockFile = src + /Cargo.lock;
|
||||
|
||||
src = fetchgit {
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/rm-dr/daisy.git";
|
||||
rev = "v${version}";
|
||||
sha256 = "";
|
||||
ref = "refs/tags/v${version}";
|
||||
#rev = ""; Ideally, we'd have a hash here, but that would make git history messy.
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A pretty command-line scientific calculator";
|
||||
description = "A general-purpose scientific calculator";
|
||||
homepage = "https://github.com/rm-dr/daisy";
|
||||
#license = licenses.GPL;
|
||||
maintainers = [ maintainers.tailhook ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user