We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429b4bd commit 7db138cCopy full SHA for 7db138c
pkgs/by-name/si/signalbackup-tools/package.nix
@@ -13,13 +13,13 @@
13
14
stdenv.mkDerivation rec {
15
pname = "signalbackup-tools";
16
- version = "20250626";
+ version = "20250630-2";
17
18
src = fetchFromGitHub {
19
owner = "bepaald";
20
repo = "signalbackup-tools";
21
rev = version;
22
- hash = "sha256-RZLe0d/zpWu8x/4qVZBY3zatb9bc5kfKy7L0EdK02uw=";
+ hash = "sha256-/zbBiVWqHoKG2h6ExIDIP6ZQH1F8LByZYWbx8wysGDw=";
23
};
24
25
nativeBuildInputs =
0 commit comments