Merge pull request #212400 from r-ryantm/auto-update/rasdaemon

rasdaemon: 0.6.8 -> 0.7.0
This commit is contained in:
Nick Cao 2023-01-25 12:19:03 +08:00 committed by GitHub
commit ecc9592264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "rasdaemon";
version = "0.6.8";
version = "0.7.0";
src = fetchFromGitHub {
owner = "mchehab";
repo = "rasdaemon";
rev = "v${version}";
sha256 = "sha256-gcwoc9lIJyqUiCSAHf1U8geLG58CxzjMFYFl8moaA2Q=";
sha256 = "sha256-oLwR+bNgKceVgLTOLYiKHNUkRmLouaQshdp/8UJnfqg=";
};
nativeBuildInputs = [ autoreconfHook ];