exaile: 4.2.1 -> 4.2.2

This commit is contained in:
R. Ryantm
2026-03-30 14:21:31 +00:00
parent 459e685376
commit 7c85ce9cb0
+2 -2
View File
@@ -36,13 +36,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "exaile";
version = "4.2.1";
version = "4.2.2";
src = fetchFromGitHub {
owner = "exaile";
repo = "exaile";
rev = finalAttrs.version;
sha256 = "sha256-eH7JhoGd5jiaye8ZLx836tgEXsRpEd3D3z6gvnVrbIs=";
sha256 = "sha256-8q7OP9imTaoxqNgDOcVmvGSb5Sra0JtPOtZPo7zgkHM=";
};
nativeBuildInputs = [