stagit: 0.9.5 → 0.9.6

(cherry picked from commit dd068ab0e09ffb311d1ab43a25f390497bd26810)
This commit is contained in:
Nikolay Korotkiy 2021-06-01 03:46:28 +03:00 committed by github-actions[bot]
parent 3e45cf0eec
commit 1e15757384
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "stagit";
version = "0.9.5";
version = "0.9.6";
src = fetchgit {
url = "git://git.codemadness.org/stagit";
rev = version;
sha256 = "1wlx5k0v464fr1ifjv04v7ccwb559s54xpsbxdda4whyx1v0fbq4";
sha256 = "sha256-0vkdxtKZv7LyEHKGPrB4uOI2lD74+haelEanq2sOjkE=";
};
makeFlags = [ "PREFIX=$(out)" ];