jdd: 0.2.0 -> 0.4.3 (#422148)

This commit is contained in:
Pol Dellaiera
2025-07-04 19:05:45 +02:00
committed by GitHub
+3 -9
View File
@@ -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";