Merge pull request #236215 from cherryblossom000/spicetify-2.20.0

spicetify-cli: change sha256 to hash and don't use pname
This commit is contained in:
Sandro 2023-06-08 18:00:19 +02:00 committed by GitHub
commit a0aea46cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "spicetify";
repo = pname;
repo = "spicetify-cli";
rev = "v${version}";
sha256 = "sha256-6pOFDQqzxA1eHI66BHL9Yst1PtGyJzhmFveCErBA2pU=";
hash = "sha256-6pOFDQqzxA1eHI66BHL9Yst1PtGyJzhmFveCErBA2pU=";
};
vendorHash = "sha256-g0SuXDzYjg0mGzeDuB2tQnVnDmTiL5vw0r9QWSgIs3Q=";