sfeed: 2.3 -> 2.4

This commit is contained in:
R. Ryantm
2026-04-09 12:33:23 +00:00
parent 5a670b6912
commit 3766bb7b6e
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sfeed";
version = "2.3";
version = "2.4";
src = fetchgit {
url = "git://git.codemadness.org/sfeed";
tag = finalAttrs.version;
hash = "sha256-VvPBRc2mRuDXaCz0Ds8012wSbcRo+2bZ4n7KKwDmvhw=";
hash = "sha256-4ItAZ3HYmFc/OlUErAhUANm/BkeCIHvPtriWn9N29lg=";
};
buildInputs = [ ncurses ];