Unverified Commit 3cbcfa65 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

nu_scripts: 0-unstable-2024-05-08 -> 0-unstable-2024-05-15
parents 5b20a17b 77383567
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-05-08";
  version = "0-unstable-2024-05-15";

  src = fetchFromGitHub {
    owner = "nushell";
    repo = pname;
    rev = "afde2592a6254be7c14ccac520cb608bd1adbaf9";
    hash = "sha256-jYjtmprgsRGunrDwCzsXDKPK7SOqFdl37F4VCQDKpNs=";
    rev = "8a77d51e9327cfb4da902f8beb4062f2d42184b8";
    hash = "sha256-3nqi5ffBAMcP80Nzp2nepoMGad/Tjaxnj7cbGcDA8b0=";
  };

  installPhase = ''