Unverified Commit bd8d0ec8 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

par-lang: 0-unstable-2026-02-27 -> 0-unstable-2026-03-03 (#498258)

parents dffa1ec1 7d86bd72
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,16 +19,16 @@

rustPlatform.buildRustPackage {
  pname = "par-lang";
  version = "0-unstable-2026-02-27";
  version = "0-unstable-2026-03-03";

  src = fetchFromGitHub {
    owner = "faiface";
    repo = "par-lang";
    rev = "7c93277a1595bfb6bc6845377a1c6b53b85eeee1";
    hash = "sha256-zDivcXpCJaXL/7LuiSUOhi8fMXqdhp5gBMjI6nTgik8=";
    rev = "a5777923d4c94480b614c3e8cfceffe6923d1a1a";
    hash = "sha256-QGqwgSIcYc7PI/e7dZ+bWo7lrGEzvKEO2FCwtpwbFVI=";
  };

  cargoHash = "sha256-Z0aTVloZY3UQWkL3+cMqxfzACLwD7OayjBPZbQ0bk1c=";
  cargoHash = "sha256-taLTRYB1Crvx0wz3IRvkPRImaRIs0mGscOjLFBkhkgE=";

  nativeBuildInputs = [
    pkg-config