diff --git a/default.nix b/default.nix index 2fe7dbc..57a77ab 100644 --- a/default.nix +++ b/default.nix @@ -1,13 +1,13 @@ { lib, fetchgit, rustPlatform }: rustPlatform.buildRustPackage rec { pname = "daisy"; - version = "1.1.4"; + version = "1.1.6"; cargoLock.lockFile = src + /Cargo.lock; src = fetchgit { url = "https://github.com/rm-dr/daisy.git"; rev = "v${version}"; - sha256 = "sha256-aENuKtE1+tBRN0HZzRr8Gk+dVEYTiP6FNRz817Sk88o="; + sha256 = ""; }; meta = with lib; {