exaile: 4.1.3 -> 4.1.4

This commit is contained in:
R. Ryantm
2025-05-24 13:33:04 +00:00
parent 59dff5cf0a
commit 961f336e8c
+2 -2
View File
@@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "exaile";
version = "4.1.3";
version = "4.1.4";
src = fetchFromGitHub {
owner = "exaile";
repo = "exaile";
rev = version;
sha256 = "sha256-9SK0nvGdz2j6qp1JTmSuLezxX/kB93CZReSfAnfKZzg=";
sha256 = "sha256-iyK2txutlWe67CyfKuyesBrYQypkS5FOf1ZWUkRCq24=";
};
nativeBuildInputs =