Merge pull request #185210 from r-ryantm/auto-update/ddcui

ddcui: 0.2.1 -> 0.3.0
This commit is contained in:
Jonas Heinrich
2022-08-21 21:24:24 +02:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
mkDerivation rec {
pname = "ddcui";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcui";
rev = "v${version}";
sha256 = "sha256-a8UGdVLi+i8hvWE3M5d92vnm3VryxRR56jXeBtB2PSk=";
sha256 = "sha256-P8dh6k8lht1/JNILzNZEyYD8loNoJjG5869K2Hl11z8=";
};
nativeBuildInputs = [