Skip to content

Commit 00dcb02

Browse files
authored
nu_scripts: 0-unstable-2024-12-18 -> 0-unstable-2024-12-27 (#369626)
2 parents 61eda6a + 871d523 commit 00dcb02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nu/nu_scripts/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenvNoCC.mkDerivation rec {
88
pname = "nu_scripts";
9-
version = "0-unstable-2024-12-18";
9+
version = "0-unstable-2024-12-27";
1010

1111
src = fetchFromGitHub {
1212
owner = "nushell";
1313
repo = pname;
14-
rev = "be6411ef4a8775d1db61b6c04cf9225b0322c899";
15-
hash = "sha256-yFmijPQ6enQDep020ZFVNrRa/Ze0+cmMSkOlmNlPCOA=";
14+
rev = "a83a40dff05e91daf90bb42e7a23c5e70c85a759";
15+
hash = "sha256-SstIYp97dUX0+R3wN1yufDNHpKzppuCOlGUp6u503Ws=";
1616
};
1717

1818
installPhase = ''

0 commit comments

Comments
 (0)