Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
clipman: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Feb 27, 2020
1 parent be346a1 commit f823335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/clipman/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "clipman";
version = "1.3.0";
version = "1.4.0";

src = fetchFromGitHub {
owner = "yory8";
repo = pname;
rev = "v${version}";
sha256 = "0b27rgyjwvdm9qjq824imda3yjbxxcwwyv8rzzk95ggvyayxw8an";
sha256 = "0d5w94cylrzhwyb4zfgidh6rr1h82dx5y7cxfa37wx5xxcjyyja1";
};

modSha256 = "0aw0ng8pk8qzn1iv79iw0v9zr8xdc8p9xnigr3ij86038f7aqdhv";
modSha256 = "1sim3x794kj3wdw0g432zbgh1cimdmmg1hjgynh9jgm3y8w9q7ij";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit f823335

Please sign in to comment.