Loading pkgs/tools/misc/clipboard-jh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "clipboard-jh"; version = "0.6.0"; version = "0.7.0"; src = fetchFromGitHub { owner = "Slackadays"; repo = "clipboard"; rev = version; hash = "sha256-o3yCWAy7hlFKAFW3tVRG+hL0SRWlNY4hvnhUoDK8GkI="; hash = "sha256-+1GgIa0kIOliI0ACiU9zQe24R6488xWEZ7n9nuxv3dY"; }; postPatch = '' Loading Loading @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Slackadays/clipboard"; license = licenses.gpl3Only; maintainers = with maintainers; [ dit7ya ]; mainProgram = "clipboard"; mainProgram = "cb"; }; } Loading
pkgs/tools/misc/clipboard-jh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "clipboard-jh"; version = "0.6.0"; version = "0.7.0"; src = fetchFromGitHub { owner = "Slackadays"; repo = "clipboard"; rev = version; hash = "sha256-o3yCWAy7hlFKAFW3tVRG+hL0SRWlNY4hvnhUoDK8GkI="; hash = "sha256-+1GgIa0kIOliI0ACiU9zQe24R6488xWEZ7n9nuxv3dY"; }; postPatch = '' Loading Loading @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Slackadays/clipboard"; license = licenses.gpl3Only; maintainers = with maintainers; [ dit7ya ]; mainProgram = "clipboard"; mainProgram = "cb"; }; }