trayscale: 0.10.4 -> 0.11.0

This commit is contained in:
R. Ryantm 2024-03-25 11:03:53 +00:00
parent 8ef6d577a5
commit 7be43dfb3b
1 changed files with 3 additions and 3 deletions

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "trayscale";
version = "0.10.4";
version = "0.11.0";
src = fetchFromGitHub {
owner = "DeedleFake";
repo = "trayscale";
rev = "v${version}";
hash = "sha256-/31QKCyMeEdpP59B+iXS5hL9W5sWz7R/I2nxBtj+0s4=";
hash = "sha256-qSrt94hEJosdvs2N6rbcJLpjqvMPkY20dIKV3jtjFlg=";
};
vendorHash = "sha256-xYBiO6Zm32Do19I/cm4T6fubXY++Bhkn+RNAmKzM5cY=";
vendorHash = "sha256-eIakjEYfVp2wfXu0oqBmd5hJZTp0xgYKNNbtpRBnT2w=";
subPackages = [ "cmd/trayscale" ];