summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Fontaine <antoine.fontaine@epfl.ch>2022-09-08 14:41:57 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-27 20:51:46 +0000
commitb4cd6513fabe50a207965be7fa29b3073094d9c5 (patch)
treef16d7be106db3f9d66830081da91555e447308e9
parentMerge pull request #192965 from risicle/ris-bind-9.18.7-r22.05 (diff)
downloadnixpkgs-origin/backport-190328-to-release-22.05.tar.gz
unvanquished: 0.53.1 -> 0.53.2origin/backport-190328-to-release-22.05
Release notes: https://unvanquished.net/unvanquished-0-53-2-refinements/ (cherry picked from commit 478276838a689d3a48c0a8dbb3707f961bc1d35d)
-rw-r--r--pkgs/games/unvanquished/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/unvanquished/default.nix b/pkgs/games/unvanquished/default.nix
index a22d23010b52..cf93be0fad02 100644
--- a/pkgs/games/unvanquished/default.nix
+++ b/pkgs/games/unvanquished/default.nix
@@ -6,7 +6,7 @@
}:
let
- version = "0.53.1";
+ version = "0.53.2";
binary-deps-version = "6";
src = fetchFromGitHub {
@@ -14,7 +14,7 @@ let
repo = "Unvanquished";
rev = "v${version}";
fetchSubmodules = true;
- sha256 = "sha256-AWXuPXOhhPfdDrcyZF5o7uBnieSCGhwCzOYN8MjgTl8=";
+ sha256 = "sha256-VqMhA6GEYh/m+dzOgXS+5Jqo4x7RrQf4qIwstdTTU+E=";
};
unvanquished-binary-deps = stdenv.mkDerivation rec {
@@ -81,7 +81,7 @@ let
pname = "unvanquished-assets";
inherit version src;
- outputHash = "sha256-+mO4HQwFfy7SeGrN4R52KOr/uNQXkHMvYir3k0l5rDo=";
+ outputHash = "sha256-MPqyqcZGc5KlkftGCspWhISBJ/h+Os29g7ZK6yWz0cQ=";
outputHashMode = "recursive";
nativeBuildInputs = [ aria2 cacert ];
buildCommand = "bash $src/download-paks --cache=$(pwd) --version=${version} $out";