mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Remove signal patch
This commit is contained in:
parent
9e9f1e19b7
commit
535164bdb0
2 changed files with 2 additions and 23 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
nixpkgs-patched-src = (import inputs.nixpkgs { system = arch; }).applyPatches {
|
nixpkgs-patched-src = (import inputs.nixpkgs { system = arch; }).applyPatches {
|
||||||
name = "nixpkgs-patches";
|
name = "nixpkgs-patches";
|
||||||
src = inputs.nixpkgs;
|
src = inputs.nixpkgs;
|
||||||
patches = [ ../patches/signal.patch ../patches/bcachefs-systemd-stage-1.patch ];
|
patches = [ ../patches/bcachefs-systemd-stage-1.patch ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -24,7 +24,7 @@ in
|
||||||
nixpkgs-patched-src = (import nixpkgs { inherit system; }).applyPatches {
|
nixpkgs-patched-src = (import nixpkgs { inherit system; }).applyPatches {
|
||||||
name = "nixpkgs-patched";
|
name = "nixpkgs-patched";
|
||||||
src = nixpkgs;
|
src = nixpkgs;
|
||||||
patches = [ ../patches/signal.patch ../patches/bcachefs-systemd-stage-1.patch ];
|
patches = [ ../patches/bcachefs-systemd-stage-1.patch ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
|
|
||||||
index ea1ab235fc46..311ff2669327 100644
|
|
||||||
--- a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
|
|
||||||
+++ b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
|
|
||||||
@@ -1,12 +1,12 @@
|
|
||||||
{ callPackage }: builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; })) {
|
|
||||||
signal-desktop = {
|
|
||||||
dir = "Signal";
|
|
||||||
- version = "6.27.1";
|
|
||||||
- hash = "sha256-nEOt6bep6SqhAab8yD9NlRrDGU2IvZeOxSqPj2u1bio=";
|
|
||||||
+ version = "6.28.0";
|
|
||||||
+ hash = "sha256-zJURX5VygBvW+0v29xqOx9HmQgFgfAbxoacd7ex3iec";
|
|
||||||
};
|
|
||||||
signal-desktop-beta = {
|
|
||||||
dir = "Signal Beta";
|
|
||||||
- version = "6.24.0-beta.1";
|
|
||||||
- hash = "sha256-tA1xsgtAeOn0c0HcZutj+Pqrsr0JV5bQOnknH4t/QkY=";
|
|
||||||
+ version = "6.29.0-beta.1";
|
|
||||||
+ hash = "sha256-ZUM2tVZbWtiatpI0ogo0MC6q8DIoPEBocIHuszx3Mv0";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue