overlays: revert smug update as the new version is totally broken

This commit is contained in:
Aaron Bieber 2024-10-22 11:58:02 -06:00
parent 2ba3c8cfce
commit 46085782ac
No known key found for this signature in database

View File

@ -11,6 +11,18 @@ in
nixpkgs.overlays = [
heisenbridge
matrix-synapse
(_: super: {
smug = super.smug.overrideAttrs (_: rec {
version = "0.3.3";
src = super.fetchFromGitHub {
owner = "ivaaaan";
repo = "smug";
rev = "v${version}";
sha256 = "sha256-dQp9Ov8Si9DfziVtX3dXsJg+BNKYOoL9/WwdalQ5TVw=";
};
});
})
] ++
(if isUnstable
then [