museeks: 0.22.3 -> 0.23.0 (#432895)

Co-authored-by: zendo <zendo@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-14 02:48:43 +00:00 committed by GitHub
commit 89723d1c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "museeks";
version = "0.22.3";
version = "0.23.0";
src = fetchurl {
url = "https://github.com/martpie/museeks/releases/download/${finalAttrs.version}/Museeks_${finalAttrs.version}_amd64.deb";
hash = "sha256-X9CVPFLCb038/CuPTVYCwdddzDSATbJaVtzodRHQL9o=";
hash = "sha256-CT/P6tVgS7KD401ZktJBz1rk9CAz6gCm5zefud+prqQ=";
};
nativeBuildInputs = [