Skip to content

Commit

Permalink
Merge pull request #117573 from sikmir/stagit
Browse files Browse the repository at this point in the history
stagit: 0.9.4 → 0.9.5
  • Loading branch information
SuperSandro2000 committed Mar 25, 2021
2 parents 9ce0619 + 7cba7fe commit e1bb085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/stagit/default.nix
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "stagit";
version = "0.9.4";
version = "0.9.5";

src = fetchgit {
url = "git://git.codemadness.org/stagit";
rev = version;
sha256 = "1n0f2pf4gmqnkx4kfn2c79zx2vk4xkg03h7wvdigijkkbhs7a3pm";
sha256 = "1wlx5k0v464fr1ifjv04v7ccwb559s54xpsbxdda4whyx1v0fbq4";
};

makeFlags = [ "PREFIX=$(out)" ];
Expand All @@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://git.codemadness.org/stagit/file/README.html";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ jb55 ];
maintainers = with maintainers; [ jb55 sikmir ];
};
}

0 comments on commit e1bb085

Please sign in to comment.