Merge pull request #264732 from r-ryantm/auto-update/wavemon

wavemon: 0.9.4 -> 0.9.5
This commit is contained in:
Matthieu Coudron 2023-11-01 14:21:15 +01:00 committed by GitHub
commit 17a2a5e0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "wavemon";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitHub {
owner = "uoaerg";
repo = "wavemon";
rev = "v${version}";
sha256 = "0s3yz15vzx90fxyb8bgryksn0cr2gpz9inbcx4qjrgs7zfbm4pgh";
sha256 = "sha256-MvIFuPATI0Y7aIYZkb2Yr+iCco4gILHhDU5FWeMCk5Q=";
};
nativeBuildInputs = [