Commit 342cbe39 authored by R. RyanTM's avatar R. RyanTM
Browse files

nu_scripts: 0-unstable-2025-03-13 -> 0-unstable-2025-03-23

parent d4a90291
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-2025-03-13";
  version = "0-unstable-2025-03-23";

  src = fetchFromGitHub {
    owner = "nushell";
    repo = pname;
    rev = "861a99779d31010ba907e4d6aaf7b1629b9eb775";
    hash = "sha256-L/ySTOTGijpu+6Bncg+Rn7MBd/R5liSSPLlfoQvg7ps=";
    rev = "e956708244820d2b98620ef0ed10e63cb7d42b3a";
    hash = "sha256-fzQ8f6mB7cVRbwVOCxPD/4nFmI3s5mXzJagn8us6ngA=";
  };

  installPhase = ''