Unverified Commit e22a5941 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

anyrun: 0-unstable-2025-04-29 -> 0-unstable-2025-05-19 (#411455)

parents bbf2fd75 cf6bb7f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

rustPlatform.buildRustPackage {
  pname = "anyrun";
  version = "0-unstable-2025-04-29";
  version = "0-unstable-2025-05-19";

  src = fetchFromGitHub {
    owner = "kirottu";
    repo = "anyrun";
    rev = "005333a60c03cf58e0a59b03e76989441276e88b";
    hash = "sha256-0zJs4J4w1jG83hByNJ+WxANHW7sLzMdvA408LDCCnTY=";
    rev = "54b462b87129cf059a348fc3a6cc170b9714e0e7";
    hash = "sha256-7VcdMOgQ/PRLr0bnJwNWZX7asrWbRJlLFw21xffm6g8=";
  };

  useFetchCargoVendor = true;