Unverified Commit 6483a32c authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

clipman: 1.6.4 -> 1.6.5 (#450712)

parents 64761e84 02cc03f2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule rec {
  pname = "clipman";
  version = "1.6.4";
  version = "1.6.5";

  src = fetchFromGitHub {
    owner = "chmouel";
    repo = "clipman";
    rev = "v${version}";
    sha256 = "sha256-kuW74iUVLfIUWf3gaKM7IuMU1nfpU9SbSsfeZDbYGhY=";
    sha256 = "sha256-fAiXivLXpxezvMUKv0HfDvzSN60G4RFfgi6/fO0C1p8=";
  };

  vendorHash = "sha256-I1RWyjyOfppGi+Z5nvAei5zEvl0eQctcH8NP0MYSTbg=";
  vendorHash = "sha256-QD/ucnIqPHgKaYRmBO4fwDVqC7kKlYmBaZp3XBWudy0=";

  outputs = [
    "out"