open-in-mpv: 2.1.0-unstable-2023-05-13 -> 2.2.0
it's a minimal change. just unstable-2023-05-13 plus two patches: - "respect the player's `executable` config" - "Fixed a command in Makefile breaking it on MacOS" (replaces `cp -t` with `cp`)
This commit is contained in:
parent
85b63fd6e9
commit
b1093e0ba0
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "open-in-mpv";
|
||||
version = "2.1.0-unstable-2023-05-13";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Baldomo";
|
||||
repo = "open-in-mpv";
|
||||
rev = "07fc639b2882a9a68e539f0fc34b61e247c355fa";
|
||||
hash = "sha256-XkoXvSh5uu96isXc1at36mxSCPylHgMLN97qSpj2cyc=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-+sP8/wILBkT3NnhENDYZbOwqOufkFyMJFpQxquuUBEs=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-G6GZO2+CfEAYcf7zBcqDa808A0eJjM8dq7+4VGZ+P4c=";
|
||||
|
Loading…
Reference in New Issue
Block a user