Skip to content

Commit 510898a

Browse files
authored
sfeed: 2.1 -> 2.2 (#389730)
2 parents a8efe73 + 3bb7c1a commit 510898a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sf/sfeed/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "sfeed";
10-
version = "2.1";
10+
version = "2.2";
1111

1212
src = fetchgit {
1313
url = "git://git.codemadness.org/sfeed";
1414
tag = finalAttrs.version;
15-
hash = "sha256-KVZsVCTkwyOVr37vIXbiPjQLnb9lbuIlNxpZNvHxbEo=";
15+
hash = "sha256-ULCYZYRTdrsUaL0XJd5Dxa9Cd0Hc6PVNMnnLTGs4pIo=";
1616
};
1717

1818
buildInputs = [ ncurses ];

0 commit comments

Comments
 (0)