Skip to content

Commit f104c8e

Browse files
r-ryantmbjornfor
authored andcommitted
fpart: 1.6.0 -> 1.7.0
1 parent d032d26 commit f104c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fp/fpart/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "fpart";
11-
version = "1.6.0";
11+
version = "1.7.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "martymac";
1515
repo = "fpart";
1616
rev = "fpart-${version}";
17-
sha256 = "sha256-kAvGLd5W633fRS+qVD/yclreFfcauyLygQGtzv7AP24=";
17+
sha256 = "sha256-BQGSKDSuK2iB0o2v8I+XOwhYtU/0QtMevt4pgIfRhNQ=";
1818
};
1919

2020
nativeBuildInputs = [ autoreconfHook ];

0 commit comments

Comments
 (0)