clipmenu: 5.4.0 -> 5.5.0 (#45604)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipmenu/versions.
This commit is contained in:
R. RyanTM 2018-08-24 14:02:20 -07:00 committed by xeji
parent 5903cc1b2d
commit bd1ebb0fa0

View File

@ -4,13 +4,13 @@ let
in
stdenv.mkDerivation rec {
name = "clipmenu-${version}";
version = "5.4.0";
version = "5.5.0";
src = fetchFromGitHub {
owner = "cdown";
repo = "clipmenu";
rev = version;
sha256 = "1qbpca0wny6i222vbikfl2znn3fynhbl4100qs8v4wn27ra5p0mi";
sha256 = "15if7bwqviyynbrcwrn04r418cfnxf2mkmq112696np24bggvljg";
};
buildInputs = [ makeWrapper ];