Commit dc56aa79 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 8398a209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1792,7 +1792,7 @@ dependencies = [

[[package]]
name = "rye"
version = "0.23.0"
version = "0.24.0"
dependencies = [
 "age",
 "anyhow",
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
  pname = "rye";
  version = "0.23.0";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "mitsuhiko";
    repo = "rye";
    rev = "refs/tags/${version}";
    hash = "sha256-0sbfqiPxo68429q676hs3vB3wRNmF/+OO7Ykg2x7HIQ=";
    hash = "sha256-OiChd0qwgs3Wi4Xky27/99vBwaKNsq+4E+gpu5zwFqs=";
  };

  cargoLock = {