ddcui: 0.3.0 -> 0.4.2

This commit is contained in:
rnhmjoj 2023-10-29 18:21:04 +01:00
parent c2ac35cf62
commit d5a991ba83
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "ddcui";
version = "0.3.0";
version = "0.4.2";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcui";
rev = "v${version}";
sha256 = "sha256-P8dh6k8lht1/JNILzNZEyYD8loNoJjG5869K2Hl11z8=";
sha256 = "sha256-T4/c8K1P/o91DWJik/9HtHav948vbVa40qPdy7nKmos=";
};
nativeBuildInputs = [