Commit 9d9eac36 authored by R. RyanTM's avatar R. RyanTM
Browse files

nu_scripts: 0-unstable-2024-09-26 -> 0-unstable-2024-10-03

parent 62b4c8b7
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-09-26";
  version = "0-unstable-2024-10-03";

  src = fetchFromGitHub {
    owner = "nushell";
    repo = pname;
    rev = "e10ffbaaa7dc8c9ecd300e72d5f0b6c7e6691175";
    hash = "sha256-CT4CI/oKidy7nwiqEbDJxKDuinrcjGQBke9bwwOcD8A=";
    rev = "743ccc08ee9b46703b1afaf4d77b59bf723a6d41";
    hash = "sha256-4vGUZtDkywHIc1sgu5jU+95rQfl9B2eoGWzfH7xSMac=";
  };

  installPhase = ''