Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jacereda committed Nov 20, 2021
1 parent 77c5779 commit b737172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ with pkgs;
let
cosmopolitan-src = fetchTarball {
name = "cosmopolitan";
url = "https://github.com/jacereda/cosmopolitan/archive/7df37b5.tar.gz";
sha256 = "1pl4d5w2kmn08ysmf8xhvg5n7smal253jw1anjnwncf1na1gawrg";
url = "https://github.com/jacereda/cosmopolitan/archive/200fd7a55.tar.gz";
sha256 = "0jbvsmqrqnwlc9981wlwl6nyyf16mf54k6iwyshw7qzy676g2xd9";
};
cosmopolitan = callPackage cosmopolitan-src {};
mylibs = with xorg; [ glibc libGL libX11 libXcursor libXrender libxkbcommon ];
Expand Down

0 comments on commit b737172

Please sign in to comment.