Merge pull request #110760 from sikmir/stagit

stagit: 0.9.1 → 0.9.4
master
Maximilian Bosch 2021-01-26 18:21:03 +01:00 committed by GitHub
commit 966489a031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "stagit";
version = "0.9.1";
version = "0.9.4";
src = fetchgit {
url = "git://git.codemadness.org/stagit";
rev = version;
sha256 = "0gh28spkry9wbmdj0hmvz3680fvbyzab9cifhj1p76f4fz27rnv9";
sha256 = "1n0f2pf4gmqnkx4kfn2c79zx2vk4xkg03h7wvdigijkkbhs7a3pm";
};
makeFlags = [ "PREFIX=$(out)" ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "git static site generator";
homepage = "https://git.codemadness.org/stagit/";
homepage = "https://git.codemadness.org/stagit/file/README.html";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ jb55 ];