mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #80852 from r-ryantm/auto-update/peek
peek: 1.4.0 -> 1.5.1
This commit is contained in:
commit
9d82f069da
1 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "peek";
|
pname = "peek";
|
||||||
version = "1.4.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phw";
|
owner = "phw";
|
||||||
repo = "peek";
|
repo = "peek";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0q70hz9anqywqgksd43i8v9ijwy6djyzwnzzd94j44xqwsk9zdbb";
|
sha256 = "1xwlfizga6hvjqq127py8vabaphsny928ar7mwqj9cyqfl6fx41x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "Simple animated GIF screen recorder with an easy to use interface";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ puffnfresh worldofpeace ];
|
maintainers = with maintainers; [ puffnfresh worldofpeace ];
|
||||||
|
|
Loading…
Reference in a new issue