Skip to content

Commit

Permalink
copyq: 3.7.2 -> 3.7.3 (#55333)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/copyq/versions
  • Loading branch information
r-ryantm authored and hedning committed Feb 6, 2019
1 parent 8bd91e5 commit 874e058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/copyq/default.nix
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
name = "CopyQ-${version}";
version = "3.7.2";
version = "3.7.3";

src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
sha256 = "1f2q9lzs5z31rl689ai2hig4nrj8cg9g25hhsrj6r85q9vkwkqjs";
sha256 = "1nxxxq0lfs4r673i70dh2xwdn3chcjl913bkz14kyna29i6n1nwm";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 874e058

Please sign in to comment.