jdd: 0.2.0 -> 0.4.3 (#422148)

authored by Pol Dellaiera and committed by GitHub 0ad8120c 019723d6

+3 -9
+3 -9
pkgs/by-name/jd/jdd/package.nix
··· 7 8 buildGoModule (finalAttrs: { 9 pname = "jdd"; 10 - version = "0.2.0"; 11 12 src = fetchFromGitHub { 13 owner = "mahyarmirrashed"; 14 repo = "jdd"; 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-uyccIqQL3uZaq0t/tEZbSf67Hr6KxcGCljE33GTs/fI="; 17 }; 18 19 - vendorHash = "sha256-MBj2z+C9wMPhLMf5pA8RCycLK+cqsaGlYF8t7rGk+jU="; 20 - 21 - subPackages = [ "cmd/daemon" ]; 22 23 ldflags = [ "-X=main.version=${finalAttrs.version}" ]; 24 25 doInstallCheck = true; 26 nativeInstallCheckInputs = [ versionCheckHook ]; 27 versionCheckProgramArg = "--version"; 28 - 29 - postInstall = '' 30 - install -Dm755 $out/bin/daemon $out/bin/jdd 31 - ''; 32 33 meta = { 34 description = "Johnny Decimal daemon for automatically organizing files into the correct drawer using their filename";
··· 7 8 buildGoModule (finalAttrs: { 9 pname = "jdd"; 10 + version = "0.4.3"; 11 12 src = fetchFromGitHub { 13 owner = "mahyarmirrashed"; 14 repo = "jdd"; 15 tag = "v${finalAttrs.version}"; 16 + hash = "sha256-7iHoLv3DeqjXvcB7Nih+TMKwWYuausIP2Nhv00pfz0A="; 17 }; 18 19 + vendorHash = "sha256-qwrmiVvmsi1uxHVIKuoMBPUK/Y5aYdUR3fUa5tOpNRY="; 20 21 ldflags = [ "-X=main.version=${finalAttrs.version}" ]; 22 23 doInstallCheck = true; 24 nativeInstallCheckInputs = [ versionCheckHook ]; 25 versionCheckProgramArg = "--version"; 26 27 meta = { 28 description = "Johnny Decimal daemon for automatically organizing files into the correct drawer using their filename";