clipboard-jh: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2023-05-13 00:00:27 +00:00
parent 587ac4e842
commit 578e6ef46b

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "clipboard-jh";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "Slackadays";
repo = "clipboard";
rev = version;
hash = "sha256-+1GgIa0kIOliI0ACiU9zQe24R6488xWEZ7n9nuxv3dY";
hash = "sha256-RLb7R4BXnP7J5gX8hsE9yi6N3kezsutP1HqkmjR3yRs=";
};
postPatch = ''