File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 coreutils ,
44 fetchFromGitHub ,
55 git ,
6- gitUpdater ,
76 glibcLocales ,
7+ nix-update-script ,
88 pythonPackages ,
99} :
1010
1111let
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 ; [
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 = {
You can’t perform that action at this time.
0 commit comments