3
0
Fork 0
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:
Jörg Thalheim 2022-05-08 10:28:39 +01:00 committed by GitHub
commit bed43198ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -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 { };