3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #160730 from rhoriguchi/spicetify-cli

spicetify-cli: 2.9.0 -> 2.9.1
This commit is contained in:
Mario Rodas 2022-02-19 12:04:20 -05:00 committed by GitHub
commit 2fab1ff429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "spicetify-cli";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "khanhas";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PHKmrLN/JVPqefcK1FQByPWvMzNxHG5htXzgZ1D+Eds=";
sha256 = "sha256-Rs70LmJ/+pbISQpPuEYV2URFv7uf+jdTVQopUSKExSY=";
};
vendorSha256 = "sha256-g0RYIVIq4oMXdRZDBDnVYg7ombN5WEo/6O9hChQvOYs=";