Loading pkgs/development/tools/rye/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1795,7 +1795,7 @@ dependencies = [ [[package]] name = "rye" version = "0.28.0" version = "0.29.0" dependencies = [ "age", "anyhow", Loading pkgs/development/tools/rye/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "rye"; version = "0.28.0"; version = "0.29.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "rye"; rev = "refs/tags/${version}"; hash = "sha256-i40VpPDK991mgBdGtufMFXuQuKuvqr0qIvl7q2KXQrg="; hash = "sha256-rNXzhJazOi815dhqviqtfSTM60Y/5ncKBVn2YhqcKJM="; }; cargoLock = { Loading Loading
pkgs/development/tools/rye/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1795,7 +1795,7 @@ dependencies = [ [[package]] name = "rye" version = "0.28.0" version = "0.29.0" dependencies = [ "age", "anyhow", Loading
pkgs/development/tools/rye/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "rye"; version = "0.28.0"; version = "0.29.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "rye"; rev = "refs/tags/${version}"; hash = "sha256-i40VpPDK991mgBdGtufMFXuQuKuvqr0qIvl7q2KXQrg="; hash = "sha256-rNXzhJazOi815dhqviqtfSTM60Y/5ncKBVn2YhqcKJM="; }; cargoLock = { Loading