Skip to content

Commit

Permalink
trayscale: 0.14.0 -> 0.14.1 (#366984)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Dec 21, 2024
2 parents 8ddbc44 + 325cfa7 commit 97908b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/trayscale/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildGoModule rec {
pname = "trayscale";
version = "0.14.0";
version = "0.14.1";

src = fetchFromGitHub {
owner = "DeedleFake";
repo = "trayscale";
rev = "v${version}";
hash = "sha256-QUHWcAwyS+A9PzYk+bkDzHr7JPzJluq1+iOt25Z+TPc=";
hash = "sha256-LPONM7RxKlUp2LltoQaU0BLpFkYlH9EIqb6HQjVAtm8=";
};

vendorHash = "sha256-jEX+7d/2lmNKq3PLoRYyZrcy3A8+9fcQbmVmGacgX2w=";
vendorHash = "sha256-bG9ATj9fYBBReMyEUABtIS6zEh04raov0pSfMmZNfd8=";

subPackages = [ "cmd/trayscale" ];

Expand Down

0 comments on commit 97908b6

Please sign in to comment.