Merge pull request #311687 from booniepepper/update/sigi-3.6.4

sigi: 3.6.3 -> 3.6.4
This commit is contained in:
Peder Bergebakken Sundt 2024-05-21 17:35:54 +02:00 committed by GitHub
commit 49763e345f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "sigi";
version = "3.6.3";
version = "3.6.4";
src = fetchCrate {
inherit pname version;
hash = "sha256-JGQ9UbkS3Q1ohy6vtiUlPijuffH4Gb99cZCKreGqE/U=";
hash = "sha256-hw4dLQlIftbQfUK9+MT29jPPaeOPVLfkR6nqxJkn+t0=";
};
cargoHash = "sha256-W/ekk4tsYxG7FXzJW5i0Ii7nLgDHCSCjO3couN+/sMk=";
cargoHash = "sha256-WS+75LeXBuw6P1PZpygVrWbEHOuQCCzM9hsmkLwHsIg=";
nativeBuildInputs = [ installShellFiles ];
# In case anything goes wrong.

View File

@ -12894,8 +12894,6 @@ with pkgs;
sigal = callPackage ../applications/misc/sigal { };
sigi = callPackage ../applications/misc/sigi { };
sigil = libsForQt5.callPackage ../applications/editors/sigil { };
signalbackup-tools = darwin.apple_sdk_11_0.callPackage