packages(go-thumbnailer): Simplify

This commit is contained in:
Donovan Glover 2023-06-08 23:15:00 -04:00
parent b79b1d3672
commit 4503a80c43
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,7 +12,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "donovanglover"; owner = "donovanglover";
repo = pname; repo = pname;
rev = "${version}"; rev = version;
sha256 = "sha256-sgd5kNnDXcSesGT+OignZ+APjNSxSP0Z60dr8cWO6sU="; sha256 = "sha256-sgd5kNnDXcSesGT+OignZ+APjNSxSP0Z60dr8cWO6sU=";
}; };
@ -24,7 +24,6 @@ buildGoModule rec {
pkg-config pkg-config
]; ];
# proxyVendor = true;
vendorSha256 = "sha256-4zgsoExdhEqvycGerNVxZ6LnjeRRO+f6DhJdINR5ZyI="; vendorSha256 = "sha256-4zgsoExdhEqvycGerNVxZ6LnjeRRO+f6DhJdINR5ZyI=";
postInstall = '' postInstall = ''