Merge pull request #168815 from penguwin/slides

This commit is contained in:
Martin Weinelt 2022-04-16 01:31:10 +02:00 committed by GitHub
commit 4514847479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "slides";
version = "0.7.3";
version = "0.8.0";
src = fetchFromGitHub {
owner = "maaslalani";
repo = "slides";
rev = "v${version}";
sha256 = "sha256-05geDWZSpFjLywuWkI+FPaTaO9dyNuPuMBk7dc1Yl6I=";
sha256 = "sha256-Ca0/M4B6yAdV4hbJ95gH9MVZg3EFIY5bSMkkYy2+P+Q=";
};
checkInputs = [
@ -21,7 +21,7 @@ buildGoModule rec {
go
];
vendorSha256 = "sha256-i+bbSwiH7TD+huxpTREThxnPkQZTMQJO7AP4kTlCseo=";
vendorSha256 = "sha256-pn7c/6RF/GpECQtaxsTau91T7pLg+ZAUBbnR7h8DfnY=";
ldflags = [
"-s"
@ -32,7 +32,8 @@ buildGoModule rec {
meta = with lib; {
description = "Terminal based presentation tool";
homepage = "https://github.com/maaslalani/slides";
changelog = "https://github.com/maaslalani/slides/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ maaslalani ];
maintainers = with maintainers; [ maaslalani penguwin ];
};
}