Updated nix derivation

master
rm-dr 2023-10-15 11:30:09 -07:00
parent 6fd315a9fe
commit 7726eea34d
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 2 deletions

View File

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