Unverified Commit 4366d967 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #277083 from kirillrdy/clippboard-jh

clipboard-jh: 0.8.3 -> 0.9.0.1
parents d22c786a 58cb40fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "clipboard-jh";
  version = "0.8.3";
  version = "0.9.0.1";

  src = fetchFromGitHub {
    owner = "Slackadays";
    repo = "clipboard";
    rev = version;
    hash = "sha256-G0zOr56dR9rmymQ9MwPNnMZ2LZuuz4NiswRQIvdS9MY=";
    hash = "sha256-iILtyURYCshicgAV3MWkgMQsXHe7Unj1A08W7tUMU2o=";
  };

  postPatch = ''