exaile: 4.1.4 -> 4.2.0 (#453859)

This commit is contained in:
Yohann Boniface
2025-10-20 17:16:11 +00:00
committed by GitHub
+2 -2
View File
@@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "exaile";
version = "4.1.4";
version = "4.2.0";
src = fetchFromGitHub {
owner = "exaile";
repo = "exaile";
rev = version;
sha256 = "sha256-iyK2txutlWe67CyfKuyesBrYQypkS5FOf1ZWUkRCq24=";
sha256 = "sha256-33lUlJ7H7lmty46GLzGkIUpgbWIv2EqEcPIzKt87dis=";
};
nativeBuildInputs = [