File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232} :
3333
3434let
35- version = "0.54.1 " ;
35+ version = "0.55.0 " ;
3636 binary-deps-version = "10" ;
3737
3838 src = fetchFromGitHub {
3939 owner = "Unvanquished" ;
4040 repo = "Unvanquished" ;
4141 rev = "v${ version } " ;
4242 fetchSubmodules = true ;
43- hash = "sha256-F8U9UBFCe0PcFYZ2DThQwhouO22jKyWb0/ABhprHXCU =" ;
43+ hash = "sha256-4ONge+GnrpV/FHKuA66o7uK7jIygBYizZl8JAUr8x/0 =" ;
4444 } ;
4545
4646 unvanquished-binary-deps = stdenv . mkDerivation rec {
5050
5151 src = fetchzip {
5252 url = "https://dl.unvanquished.net/deps/linux-amd64-default_${ version } .tar.xz " ;
53- sha256 = "sha256-5n8gRvTuke4e7EaZ/5G+dtCG6qmnawhtA1IXIFQPkzA=" ;
53+ hash = "sha256-5n8gRvTuke4e7EaZ/5G+dtCG6qmnawhtA1IXIFQPkzA=" ;
5454 } ;
5555
5656 dontPatchELF = true ;
118118 pname = "unvanquished-assets" ;
119119 inherit version src ;
120120
121- outputHash = "sha256-xb8gKQHSyscWM29r0BWK0YsALull9uYjX7e+l1DHFPg =" ;
121+ outputHash = "sha256-FDDhwBvmv4EvmSh5g6Cb0HYLuY9T++k7q8egxzo04J8 =" ;
122122 outputHashMode = "recursive" ;
123123
124124 nativeBuildInputs = [ aria2 cacert ] ;
You can’t perform that action at this time.
0 commit comments