1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

srb2: 2.2.8 -> 2.2.10

This commit is contained in:
Lluís Batlle i Rossell 2022-05-09 22:49:21 +02:00
parent a93a197fc9
commit 8085bbe67b

View file

@ -31,13 +31,13 @@ assets_optional = fetchurl {
in stdenv.mkDerivation rec {
pname = "srb2";
version = "2.2.8";
version = "2.2.10";
src = fetchFromGitHub {
owner = "STJr";
repo = "SRB2";
rev = "SRB2_release_${version}";
sha256 = "10prk617pbxkpiyybwwjzv425pkjczfqdb8pxwfyq91aa2rg0kl8";
sha256 = "03388n094d2yr5si6ngnggbqhm8b2l0s0qvfnkz49li9bd6a81gg";
};
nativeBuildInputs = [