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.
1 parent 77c5779 commit b737172Copy full SHA for b737172
default.nix
@@ -6,8 +6,8 @@ with pkgs;
6
let
7
cosmopolitan-src = fetchTarball {
8
name = "cosmopolitan";
9
- url = "https://github.com/jacereda/cosmopolitan/archive/7df37b5.tar.gz";
10
- sha256 = "1pl4d5w2kmn08ysmf8xhvg5n7smal253jw1anjnwncf1na1gawrg";
+ url = "https://github.com/jacereda/cosmopolitan/archive/200fd7a55.tar.gz";
+ sha256 = "0jbvsmqrqnwlc9981wlwl6nyyf16mf54k6iwyshw7qzy676g2xd9";
11
};
12
cosmopolitan = callPackage cosmopolitan-src {};
13
mylibs = with xorg; [ glibc libGL libX11 libXcursor libXrender libxkbcommon ];
0 commit comments