Unverified Commit 89723d1c authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

museeks: 0.22.3 -> 0.23.0 (#432895)

parents 3113e10e acf6bef5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [