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

sfeed: 0.9.21 -> 1.0
This commit is contained in:
tomberek 2021-10-28 23:54:33 -04:00 committed by GitHub
commit 57f9c30aee
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 = "0.9.21";
version = "1.0";
src = fetchgit {
url = "git://git.codemadness.org/sfeed";
rev = version;
sha256 = "010wasp6hcnwbf0d3gaxmjpkvr85zyv2xxz2pnkwxyk2bbr1h6q8";
sha256 = "sha256-pLKWq4KIiT6X37EUIOw5SBb1KWopnFcDO+iE++Uie5s=";
};
installPhase = ''