jdd: 0.2.0 -> 0.4.3 (#422148)
This commit is contained in:
@@ -7,18 +7,16 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "jdd";
|
||||
version = "0.2.0";
|
||||
version = "0.4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mahyarmirrashed";
|
||||
repo = "jdd";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-uyccIqQL3uZaq0t/tEZbSf67Hr6KxcGCljE33GTs/fI=";
|
||||
hash = "sha256-7iHoLv3DeqjXvcB7Nih+TMKwWYuausIP2Nhv00pfz0A=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-MBj2z+C9wMPhLMf5pA8RCycLK+cqsaGlYF8t7rGk+jU=";
|
||||
|
||||
subPackages = [ "cmd/daemon" ];
|
||||
vendorHash = "sha256-qwrmiVvmsi1uxHVIKuoMBPUK/Y5aYdUR3fUa5tOpNRY=";
|
||||
|
||||
ldflags = [ "-X=main.version=${finalAttrs.version}" ];
|
||||
|
||||
@@ -26,10 +24,6 @@ buildGoModule (finalAttrs: {
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
versionCheckProgramArg = "--version";
|
||||
|
||||
postInstall = ''
|
||||
install -Dm755 $out/bin/daemon $out/bin/jdd
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Johnny Decimal daemon for automatically organizing files into the correct drawer using their filename";
|
||||
homepage = "https://github.com/mahyarmirrashed/jdd";
|
||||
|
||||
Reference in New Issue
Block a user