Unverified Commit 57765a7b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #325165 from r-ryantm/auto-update/nu_scripts

nu_scripts: 0-unstable-2024-06-29 -> 0-unstable-2024-07-03
parents ec44ccbf 53e6c0d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "nu_scripts";
  version = "0-unstable-2024-06-29";
  version = "0-unstable-2024-07-03";

  src = fetchFromGitHub {
    owner = "nushell";
    repo = pname;
    rev = "61a805eb06f27dfb4651877ae4e0fd85e2b9f1b7";
    hash = "sha256-ZcpcxRKtx2lS39c09txLGysRkLq6dNyy+9aZNrfGcT0=";
    rev = "d6cf03e315f029f6e270fb3949d02432f31a0a04";
    hash = "sha256-cFZ5khjSqg0C4rlkGuAPlZeJO8EOBmz9/B9SMEJFbRA=";
  };

  installPhase = ''