Merge pull request #293134 from r-ryantm/auto-update/gotify-desktop

gotify-desktop: 1.3.4 -> 1.3.6
This commit is contained in:
Nick Cao 2024-03-04 09:55:29 -05:00 committed by GitHub
commit bfc5886a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "gotify-desktop"; pname = "gotify-desktop";
version = "1.3.4"; version = "1.3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "desbma"; owner = "desbma";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-TuqzwmKB48xcdzrAr7MvDA9JChobraESQZPKoy24mPE="; sha256 = "sha256-epolESdf9+2lI+AJ8hMpVPakS1f8fYam+JniiPLIHCs=";
}; };
cargoHash = "sha256-vg3al+eH9Q4D/T56jwWBlBT4IhuggiEVBl8WoZmUS2Y="; cargoHash = "sha256-VJ/k6sfBCuokXGpfZ9zGQ7ucbHLweUSgBhlChwko69g=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];