Skip to content

Commit ee2a1b0

Browse files
iotop-c: 1.26 -> 1.27 (NixOS#373446)
2 parents 37ab8b7 + fb6e3f5 commit ee2a1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/io/iotop-c/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 = "iotop-c";
11-
version = "1.26";
11+
version = "1.27";
1212

1313
src = fetchFromGitHub {
1414
owner = "Tomas-M";
1515
repo = "iotop";
1616
rev = "v${version}";
17-
sha256 = "sha256-m75BHvKMk9ckZ6TgT1QDfHYcEfvfEwWu0bQacnVgSmU=";
17+
sha256 = "sha256-o8OJnZjrDbzzhwfzRWmyCmhBWxMVKRDeDWWBCXy3C90=";
1818
};
1919

2020
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)