Merge pull request #241248 from aaronjheng/ymuse

ymuse: refactor
This commit is contained in:
Weijia Wang 2023-07-03 14:53:47 +03:00 committed by GitHub
commit 6a2cf53947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, fetchFromGitHub
, buildGoModule
, wrapGAppsHook
@ -20,9 +19,10 @@ buildGoModule rec {
owner = "yktoo";
repo = "ymuse";
rev = "v${version}";
sha256 = "sha256-3QgBbK7AK9/uQ6Z7DNIJxa1oXrxvvHDQ/Z2QOf7yfS4=";
hash = "sha256-3QgBbK7AK9/uQ6Z7DNIJxa1oXrxvvHDQ/Z2QOf7yfS4=";
};
vendorSha256 = "sha256-7oYYZWpvWzeHlp6l9bLeHcLITLZPVY5eZdfHSE+ZHW8=";
vendorHash = "sha256-7oYYZWpvWzeHlp6l9bLeHcLITLZPVY5eZdfHSE+ZHW8=";
nativeBuildInputs = [
pkg-config