Loading pkgs/development/tools/rye/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "rye" version = "0.15.0" version = "0.15.2" dependencies = [ "age", "anyhow", Loading pkgs/development/tools/rye/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "rye"; version = "0.15.0"; version = "0.15.2"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "rye"; rev = "refs/tags/${version}"; hash = "sha256-+19xDXMTJ0C7JsFrbykn9/2zaa71yJJAQpWdBNvgYbQ="; hash = "sha256-q7/obBE16aKb8BHf5ycXSgXTMLWAFwxSnJ3qV35TdL8="; }; cargoLock = { Loading Loading
pkgs/development/tools/rye/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "rye" version = "0.15.0" version = "0.15.2" dependencies = [ "age", "anyhow", Loading
pkgs/development/tools/rye/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "rye"; version = "0.15.0"; version = "0.15.2"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "rye"; rev = "refs/tags/${version}"; hash = "sha256-+19xDXMTJ0C7JsFrbykn9/2zaa71yJJAQpWdBNvgYbQ="; hash = "sha256-q7/obBE16aKb8BHf5ycXSgXTMLWAFwxSnJ3qV35TdL8="; }; cargoLock = { Loading