mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
trayscale: 0.14.3 → 0.16.0 (#406154)
This commit is contained in:
commit
12d2900b90
1 changed files with 3 additions and 3 deletions
|
@ -12,16 +12,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "trayscale";
|
pname = "trayscale";
|
||||||
version = "0.14.3";
|
version = "0.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DeedleFake";
|
owner = "DeedleFake";
|
||||||
repo = "trayscale";
|
repo = "trayscale";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-HIx3icecgu29jlrHpXfIXzJAxgKSgpeGexouiL2lYB8=";
|
hash = "sha256-Fvp75DaU/ZB4VZsUIgiSAg9eWU2JO6aGGwEYaC+VzIE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-hFUzFjQ8LWOKifDp3FiIUwdttX0FrPpRdtWj6fqE5uQ=";
|
vendorHash = "sha256-KC2eWO3pS8Xbq9FwWfT3bAodhxdTOzpvkBxzxPa9pUY=";
|
||||||
|
|
||||||
subPackages = [ "cmd/trayscale" ];
|
subPackages = [ "cmd/trayscale" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue