dropwatch: 1.5.4 -> 1.5.5

This commit is contained in:
R. Ryantm 2025-04-29 14:21:17 +00:00
parent 0344f99dd4
commit a356fc7a09

View file

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