gnome-online-accounts-gtk: 3.50.1 -> 3.50.2

https://github.com/xapp-project/gnome-online-accounts-gtk/compare/3.50.1...3.50.2
This commit is contained in:
Bobby Rong 2024-05-04 00:01:37 +08:00
parent 2544167a82
commit 711d5b0d05
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-online-accounts-gtk";
version = "3.50.1";
version = "3.50.2";
src = fetchFromGitHub {
owner = "xapp-project";
repo = "gnome-online-accounts-gtk";
rev = finalAttrs.version;
hash = "sha256-lirL1bsAZfuE669BdPo03M85O5eZzU/D/hfGp+LxvSo=";
hash = "sha256-6yGesg/L/9syX990uDuw5Or/uEQ8DGPQYiCRRw4OMzY=";
};
nativeBuildInputs = [