dropwatch: 1.5.3 -> 1.5.4

This commit is contained in:
Zhaofeng Li 2022-05-07 20:03:55 -07:00
parent 43ac5277bb
commit 0cd600f929
2 changed files with 5 additions and 3 deletions

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "dropwatch";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "nhorman";
repo = pname;
rev = "v${version}";
sha256 = "0axx0zzrs7apqnl0r70jyvmgk7cs5wk185id479mapgngibwkyxy";
sha256 = "sha256-TbhgcX5WzuigP5/Mj5JuK7O/UKcu70D7dcOcvo4fxeQ=";
};
nativeBuildInputs = [

View file

@ -22918,7 +22918,9 @@ with pkgs;
drbd = callPackage ../os-specific/linux/drbd { };
dropwatch = callPackage ../os-specific/linux/dropwatch { };
dropwatch = callPackage ../os-specific/linux/dropwatch {
readline = readline81;
};
dsd = callPackage ../applications/radio/dsd { };