sopwith: 2.3.0 -> 2.4.0
This commit is contained in:
parent
594b160961
commit
311a4be96d
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sopwith";
|
pname = "sopwith";
|
||||||
version = "2.3.0";
|
version = "2.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fragglet";
|
owner = "fragglet";
|
||||||
repo = "sdl-sopwith";
|
repo = "sdl-sopwith";
|
||||||
rev = "refs/tags/sdl-sopwith-${version}";
|
rev = "refs/tags/sdl-sopwith-${version}";
|
||||||
hash = "sha256-C0OpFA3q3K5lgoVe0F03/zXlNba/zW7YEIH+2BV/nCI=";
|
hash = "sha256-7/xTg41NYxzeGNyt/ClbM/uHMTAE87wn6vc9Ai6P+30=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue