forked from mirrors/nixpkgs
Merge pull request #172019 from zhaofengli/dropwatch-1.5.4
dropwatch: 1.5.3 -> 1.5.4
This commit is contained in:
commit
bed43198ff
|
@ -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 = [
|
||||
|
|
|
@ -22905,7 +22905,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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue