Unverified Commit d71da388 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

copyq: 9.0.0 -> 9.1.0 (#350044)

parents 758c5b51 483114fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "CopyQ";
  version = "9.0.0";
  version = "9.1.0";

  src = fetchFromGitHub {
    owner = "hluk";
    repo = "CopyQ";
    rev = "v${version}";
    hash = "sha256-Dxiytspqs4+bcnUM+B3lO8iQp9rrCvMfI+WMFMCtM7g=";
    hash = "sha256-WBJyLfiPPEQ/Cj5uuwy9KhVc1kw4Hv5TeEuRFDydlGk=";
  };

  nativeBuildInputs = [