Merge pull request #93241 from r-ryantm/auto-update/pistol
pistol: 0.1.2 -> 0.1.4
This commit is contained in:
commit
ce85628d24
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "pistol";
|
pname = "pistol";
|
||||||
version = "0.1.2";
|
version = "0.1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "doronbehar";
|
owner = "doronbehar";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ar8c7s8ihcwrwfspmqw7cb5560wkbdc5qyvddkx8lj03cjhcslj";
|
sha256 = "1x9wb0gj5l71xz15ia0i2hrnhcpf457i21w41jzw2ink2fbdxp3b";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "1mhxb72fzpa2n88i9h154aci346dgcs2njznkjxchivz28crbqr8";
|
vendorSha256 = "0dg4f9g6895nv3c6d74ijl6hzsyn620ndspbcq7ynvb1z0hsg6iz";
|
||||||
|
|
||||||
subPackages = [ "cmd/pistol" ];
|
subPackages = [ "cmd/pistol" ];
|
||||||
|
|
||||||
@ -23,6 +23,8 @@ buildGoModule rec {
|
|||||||
file
|
file
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X main.Version=${version}" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "General purpose file previewer designed for Ranger, Lf to make scope.sh redundant";
|
description = "General purpose file previewer designed for Ranger, Lf to make scope.sh redundant";
|
||||||
homepage = "https://github.com/doronbehar/pistol";
|
homepage = "https://github.com/doronbehar/pistol";
|
||||||
|
Loading…
Reference in New Issue
Block a user