Merge pull request #163604 from r-ryantm/auto-update/sfeed

sfeed: 1.2 -> 1.3
This commit is contained in:
Ben Siraphob 2022-03-10 15:41:01 -08:00 committed by GitHub
commit e9545762b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "sfeed";
version = "1.2";
version = "1.3";
src = fetchgit {
url = "git://git.codemadness.org/sfeed";
rev = version;
sha256 = "sha256-cx+mIVrY9tB5k1YnAHkpGahXVG6S+JBshJKkzEbcKZI=";
sha256 = "sha256-XOBzvVOOv84LzFNiLOnmJWm552igGLNFB2i3eMeWaW8=";
};
buildInputs = [ ncurses ];