Merge pull request #80852 from r-ryantm/auto-update/peek

peek: 1.4.0 -> 1.5.1
This commit is contained in:
worldofpeace
2020-02-22 20:27:16 -05:00
committed by GitHub

View File

@@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "peek";
version = "1.4.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "phw";
repo = "peek";
rev = version;
sha256 = "0q70hz9anqywqgksd43i8v9ijwy6djyzwnzzd94j44xqwsk9zdbb";
sha256 = "1xwlfizga6hvjqq127py8vabaphsny928ar7mwqj9cyqfl6fx41x";
};
nativeBuildInputs = [
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/phw/peek;
homepage = "https://github.com/phw/peek";
description = "Simple animated GIF screen recorder with an easy to use interface";
license = licenses.gpl3;
maintainers = with maintainers; [ puffnfresh worldofpeace ];