mirror of
https://github.com/mx42/nix_spacetimedb.git
synced 2026-01-14 13:49:54 +01:00
Updated to version 1.1.0
This commit is contained in:
@@ -12,8 +12,8 @@ stdenv.mkDerivation {
|
|||||||
pname = "spacetimedb";
|
pname = "spacetimedb";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/clockworklabs/SpacetimeDB/releases/download/v1.0.1/spacetime-x86_64-unknown-linux-gnu.tar.gz";
|
url = "https://github.com/clockworklabs/SpacetimeDB/releases/download/v1.1.0/spacetime-x86_64-unknown-linux-gnu.tar.gz";
|
||||||
hash = "sha256-dHxb9hNbQwfww9CJUp6IE4etxro9qvFQGyHOhJMYkV0=";
|
hash = "sha256-t7V4TkPWQfzH8PUkRLq1OMaKhZ4in4EZCLKinc2oSik=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
nativeBuildInputs = [ autoPatchelfHook ];
|
||||||
|
|||||||
Reference in New Issue
Block a user