1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: update flake and remove signal override

This commit is contained in:
oddlama 2023-09-08 12:02:25 +02:00
parent 601efa9475
commit fa788e4ce5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 24 additions and 31 deletions

View file

@ -20,12 +20,5 @@
doCheck = false;
});
signal-desktop = super.signal-desktop.overrideAttrs (_finalAttrs: _previousAttrs: {
version = "6.29.1";
src = super.fetchurl {
url = "https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_6.29.1_amd64.deb";
hash = "sha256-QtQVH8cs42vwzJNiq6klaSQO2pmB80OYjzAR4Bibb/s";
};
});
})
]