Commit 12551fa1 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

rye: 0.11.0 -> 0.13.0

parent 084a17d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1697,7 +1697,7 @@ dependencies = [

[[package]]
name = "rye"
version = "0.11.0"
version = "0.13.0"
dependencies = [
 "age",
 "anyhow",
+3 −3
Original line number Diff line number Diff line
@@ -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 = {