mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
beeper: 4.0.710 -> 4.0.732
This commit is contained in:
parent
c936d57413
commit
b8de630a47
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "beeper";
|
pname = "beeper";
|
||||||
version = "4.0.710";
|
version = "4.0.732";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}.AppImage";
|
url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}.AppImage";
|
||||||
hash = "sha256-8NwntTrxxWScww0i2DlbVUg5KBlE3WcCVq5P1so8/ig=";
|
hash = "sha256-8HcWEMrMpq+QCnkCf7Yn79fADy98KFqL/m1erXtM8XU=";
|
||||||
};
|
};
|
||||||
appimageContents = appimageTools.extract {
|
appimageContents = appimageTools.extract {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue