peek: 1.4.0 -> 1.5.1

This commit is contained in:
R. RyanTM 2020-02-23 01:22:20 +00:00
parent e893358693
commit 794fc22699

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 ];