Loading pkgs/development/tools/rye/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "rye" version = "0.11.0" version = "0.13.0" dependencies = [ "age", "anyhow", Loading pkgs/development/tools/rye/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "rye"; version = "0.11.0"; version = "0.13.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = pname; repo = "rye"; rev = "refs/tags/${version}"; hash = "sha256-00Q+qvK1fq9CGb6umtCiUJZZ1M5LMxiSIM3/s7eOumM="; hash = "sha256-B53oTAgy+y+FWk7y+unJPt7Mc7m4nwnTX+5wqL6AX+4="; }; cargoLock = { Loading Loading
pkgs/development/tools/rye/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "rye" version = "0.11.0" version = "0.13.0" dependencies = [ "age", "anyhow", Loading
pkgs/development/tools/rye/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "rye"; version = "0.11.0"; version = "0.13.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = pname; repo = "rye"; rev = "refs/tags/${version}"; hash = "sha256-00Q+qvK1fq9CGb6umtCiUJZZ1M5LMxiSIM3/s7eOumM="; hash = "sha256-B53oTAgy+y+FWk7y+unJPt7Mc7m4nwnTX+5wqL6AX+4="; }; cargoLock = { Loading