Merge pull request #35618 from ryantm/auto-update/diskscan-0.19-to-0.20
diskscan: 0.19 -> 0.20
This commit is contained in:
commit
176ddc472a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "diskscan-${version}";
|
||||
version = "0.19";
|
||||
version = "0.20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "baruch";
|
||||
repo = "diskscan";
|
||||
rev = "${version}";
|
||||
sha256 = "0yqpaxfahbjr8hr9xw7nngncwigy7yncdwnyp5wy9s9wdp8mrjra";
|
||||
sha256 = "1s2df082yrnr3gqnapdsqz0yd0ld75bin37g0rms83ymzkh4ysgv";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses zlib ];
|
||||
|
|
Loading…
Reference in a new issue