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
+2 -2
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 ];