stagit: 0.9.1 → 0.9.4

This commit is contained in:
Nikolay Korotkiy 2021-01-25 15:04:26 +03:00
parent cc75b0e3b5
commit 3b8f71d9a2
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

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