squeezelite: 2.0.0.1517 -> 2.0.0.1518 (#373175)

This commit is contained in:
Adam C. Stephens
2025-01-12 08:26:39 -05:00
committed by GitHub
+3 -3
View File
@@ -40,13 +40,13 @@ stdenv.mkDerivation {
pname = binName;
# versions are specified in `squeezelite.h`
# see https://github.com/ralph-irving/squeezelite/issues/29
version = "2.0.0.1517";
version = "2.0.0.1518";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "262994a989dc29ce3be4390c57c6a43373dfdca2";
hash = "sha256-QmjjVbE5lQhKMt2Loq7wPV16phcEUUcdiNGdmImkoAI=";
rev = "ed3c82052db4846e8e0da01c5bf8db130db00dee";
hash = "sha256-nxEsraKV5OPaeRuN2NRvxGtUb189ArP3blxSOMPD2II=";
};
buildInputs =