wluma: 4.6.0 -> 4.6.1 (#374065)

This commit is contained in:
Atemu
2025-01-15 21:52:32 +01:00
committed by GitHub
+3 -3
View File
@@ -17,13 +17,13 @@
rustPlatform.buildRustPackage rec {
pname = "wluma";
version = "4.6.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "maximbaz";
repo = "wluma";
rev = version;
sha256 = "sha256-Z4sd2v6Ukr0bLGMiG/oBi0uic87Y1Ag9C3ZgyrR4VmI=";
sha256 = "sha256-ds/qBaQNyZ/HdetI1QdJOZcjVotz4xHgoIIuWI9xOEg=";
};
postPatch = ''
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
'ExecStart=/usr/bin/wluma' 'ExecStart=${placeholder "out"}/bin/wluma'
'';
cargoHash = "sha256-QyRGKhKsCVt6ykzzr+WJdiLpIZHVvL5sRzNucg/3llk=";
cargoHash = "sha256-WUczKF9Mq39HpnQ077AiXWy8jN30IehzOxqCmUFGMh0=";
nativeBuildInputs = [
makeWrapper