Loading pkgs/by-name/ji/jikken/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ }: rustPlatform.buildRustPackage rec { pname = "jikken"; version = "0.7.2"; version = "0.8.0"; src = fetchFromGitHub { owner = "jikkenio"; repo = "jikken"; rev = "v${version}"; hash = "sha256-bV9NjwTcX1euk8zRJMGkAULegQmiT8z4jxngOwOPr+M="; hash = "sha256-e1n5Q1bF/n9ELA93ucdaIeXx3LPhd7cWkLxWRRdGlo4="; }; cargoHash = "sha256-gJg/l7L19qk6DELqo4fYc2ZWTHqKeUFEF3YU3+uyFjQ="; cargoHash = "sha256-DALY88q5xsjnoaGJxnVWx/5v4yE80+HNGT/vdFdzkXk="; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/by-name/ji/jikken/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,16 +10,16 @@ }: rustPlatform.buildRustPackage rec { pname = "jikken"; version = "0.7.2"; version = "0.8.0"; src = fetchFromGitHub { owner = "jikkenio"; repo = "jikken"; rev = "v${version}"; hash = "sha256-bV9NjwTcX1euk8zRJMGkAULegQmiT8z4jxngOwOPr+M="; hash = "sha256-e1n5Q1bF/n9ELA93ucdaIeXx3LPhd7cWkLxWRRdGlo4="; }; cargoHash = "sha256-gJg/l7L19qk6DELqo4fYc2ZWTHqKeUFEF3YU3+uyFjQ="; cargoHash = "sha256-DALY88q5xsjnoaGJxnVWx/5v4yE80+HNGT/vdFdzkXk="; nativeBuildInputs = [ pkg-config ]; Loading