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

ddcui: 0.4.2 -> 0.5.4
This commit is contained in:
Weijia Wang 2024-03-07 11:26:47 +01:00 committed by GitHub
commit 52806ff7e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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