We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61eda6a + 871d523 commit 00dcb02Copy full SHA for 00dcb02
pkgs/by-name/nu/nu_scripts/package.nix
@@ -6,13 +6,13 @@
6
7
stdenvNoCC.mkDerivation rec {
8
pname = "nu_scripts";
9
- version = "0-unstable-2024-12-18";
+ version = "0-unstable-2024-12-27";
10
11
src = fetchFromGitHub {
12
owner = "nushell";
13
repo = pname;
14
- rev = "be6411ef4a8775d1db61b6c04cf9225b0322c899";
15
- hash = "sha256-yFmijPQ6enQDep020ZFVNrRa/Ze0+cmMSkOlmNlPCOA=";
+ rev = "a83a40dff05e91daf90bb42e7a23c5e70c85a759";
+ hash = "sha256-SstIYp97dUX0+R3wN1yufDNHpKzppuCOlGUp6u503Ws=";
16
};
17
18
installPhase = ''
0 commit comments