Skip to content

Commit b737172

Browse files
committed
Sync
1 parent 77c5779 commit b737172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ with pkgs;
66
let
77
cosmopolitan-src = fetchTarball {
88
name = "cosmopolitan";
9-
url = "https://github.com/jacereda/cosmopolitan/archive/7df37b5.tar.gz";
10-
sha256 = "1pl4d5w2kmn08ysmf8xhvg5n7smal253jw1anjnwncf1na1gawrg";
9+
url = "https://github.com/jacereda/cosmopolitan/archive/200fd7a55.tar.gz";
10+
sha256 = "0jbvsmqrqnwlc9981wlwl6nyyf16mf54k6iwyshw7qzy676g2xd9";
1111
};
1212
cosmopolitan = callPackage cosmopolitan-src {};
1313
mylibs = with xorg; [ glibc libGL libX11 libXcursor libXrender libxkbcommon ];

0 commit comments

Comments
 (0)