exaile: 4.1.3 -> 4.1.4 (#410526)

Co-authored-by: ryneeverett <ryneeverett@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-25 03:37:14 +00:00
committed by GitHub
co-authored by ryneeverett
+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 =