Unverified Commit 1b2c4793 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

sunvox: 2.1.4 -> 2.1.4d (#515292)

parents 9ae35c88 ffbb5fbe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,15 +35,15 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "sunvox";
  version = "2.1.4";
  version = "2.1.4d";

  src = fetchzip {
    urls = [
      "https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
      # Upstream removes downloads of older versions, please save bumped versions to archive.org
      "https://web.archive.org/web/20251208174416/https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
      "https://web.archive.org/web/20260501043715/https://www.warmplace.ru/soft/sunvox/sunvox-${finalAttrs.version}.zip"
    ];
    hash = "sha256-FY5DxdQN1ClFp/dS5fXgFhoU7uk/gUoPrYtsZK5q9O4=";
    hash = "sha256-HQwA9FyK1xdcTsWWfX7ZJ0KcnuwRz25ztjlrNIDhFQY=";
  };

  nativeBuildInputs =