diff --git a/flake.lock b/flake.lock
index ac2d65c66e34255f148e53fcf80c56643c5faa53..bd933a57117cf83abea0d4b9979b2f51099b3ee5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -5,11 +5,11 @@ "inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"lastModified": 1692799911,
"narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44",
"type": "github"
},
"original": {
@@ -20,11 +20,11 @@ }
},
"nixpkgs": {
"locked": {
"lastModified": 1692404241,
"narHash": "sha256-TRZlFHtrQI6Kh8RFqnjBF2uNNi/c66ldB4WuIcrwMzg=",
"lastModified": 1692808169,
"narHash": "sha256-x9Opq06rIiwdwGeK2Ykj69dNc2IvUH1fY55Wm7atwrE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2f9286912cb215969ece465147badf6d07aa43fe",
"rev": "9201b5ff357e781bf014d0330d18555695df7ba8",
"type": "github"
},
"original": {
diff --git a/pkgs/misc/worm/default.nix b/pkgs/misc/worm/default.nix
index fae1a948551a18ce4403a4d68200ce527475d30e..4e6234a35273f4d8c3dad2ce8a7abfecd2fddbfb 100644
--- a/pkgs/misc/worm/default.nix
+++ b/pkgs/misc/worm/default.nix
@@ -18,11 +18,7 @@ buildInputs = with nimPackages; [
pixie
regex
unicodedb
pname = "x11";
version = "1.1";
hash = "sha256-2XRyXiBxAc9Zx/w0zRBHRZ240qww0FJvIvOKZ8YH50A=";
] ++ (with xorg; [ libX11 libXft libXinerama ]);
postInstall = ''
@@ -36,5 +32,6 @@ license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.sikmir ];
skip.ci = stdenv.isDarwin;
};
}
application/octet-stream
This content has been proxied by September (3851b).