Skip to content

Commit 63512c2

Browse files
authored
xonsh: 0.19.0 -> 0.19.1, use nix-update-script (NixOS#375009)
2 parents 61faebd + 00df8d1 commit 63512c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/xo/xonsh/unwrapped.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
coreutils,
44
fetchFromGitHub,
55
git,
6-
gitUpdater,
76
glibcLocales,
7+
nix-update-script,
88
pythonPackages,
99
}:
1010

1111
let
1212

1313
argset = {
1414
pname = "xonsh";
15-
version = "0.19.0";
15+
version = "0.19.1";
1616
pyproject = true;
1717

1818
# PyPI package ships incomplete tests
1919
src = fetchFromGitHub {
2020
owner = "xonsh";
2121
repo = "xonsh";
2222
rev = "refs/tags/${argset.version}";
23-
hash = "sha256-rt402MKnhjC/AYz9Rm6B5RkivcVxveVW2rM/nT/xcNo=";
23+
hash = "sha256-20egNKlJjJO1wdy1anApz0ADBnaHPUSqhfrsPe3QQIs=";
2424
};
2525

2626
nativeBuildInputs = with pythonPackages; [
@@ -112,7 +112,7 @@ let
112112
shellPath = "/bin/xonsh";
113113
python = pythonPackages.python; # To the wrapper
114114
wrapper = throw "The top-level xonsh package is now wrapped. Use it directly.";
115-
updateScript = gitUpdater { };
115+
updateScript = nix-update-script { };
116116
};
117117

118118
meta = {

0 commit comments

Comments
 (0)