We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573c650 commit 3bb7c1aCopy full SHA for 3bb7c1a
pkgs/by-name/sf/sfeed/package.nix
@@ -7,12 +7,12 @@
7
8
stdenv.mkDerivation (finalAttrs: {
9
pname = "sfeed";
10
- version = "2.1";
+ version = "2.2";
11
12
src = fetchgit {
13
url = "git://git.codemadness.org/sfeed";
14
tag = finalAttrs.version;
15
- hash = "sha256-KVZsVCTkwyOVr37vIXbiPjQLnb9lbuIlNxpZNvHxbEo=";
+ hash = "sha256-ULCYZYRTdrsUaL0XJd5Dxa9Cd0Hc6PVNMnnLTGs4pIo=";
16
};
17
18
buildInputs = [ ncurses ];
0 commit comments