various: gnome-circle 2026-05-17 updates (#521371)

This commit is contained in:
Aleksana
2026-05-22 11:04:56 +00:00
committed by GitHub
8 changed files with 24 additions and 19 deletions
+4 -2
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
wrapGAppsHook4,
appstream-glib,
blueprint-compiler,
desktop-file-utils,
gettext,
gtk4,
@@ -22,19 +23,20 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "curtail";
version = "1.15.1";
version = "1.16.1";
pyproject = false;
src = fetchFromGitHub {
owner = "Huluti";
repo = "Curtail";
tag = finalAttrs.version;
hash = "sha256-NPLixVrlM8i+AWcQ/poYGfBn0t8HOTUTryJf3VXy3lM=";
hash = "sha256-vegtuuGyjfr0vJgaGLTkws/BysxHeVod/C9bz8lnJpo=";
};
nativeBuildInputs = [
wrapGAppsHook4
appstream-glib
blueprint-compiler
desktop-file-utils
gettext
gtk4
+2 -2
View File
@@ -28,14 +28,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "deja-dup";
version = "50.0";
version = "50.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "deja-dup";
tag = finalAttrs.version;
hash = "sha256-sdUyKRksi0ZvheivQVcDRBh7t6PoFeQ1mf4ygSTk4b4=";
hash = "sha256-c4Myy1nV6CupGG53Iqm0Z82yVx/Llgot4IZCrnubacE=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "elastic";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "elastic";
rev = finalAttrs.version;
hash = "sha256-zOqOAUbPjyVl/96oVBhsjBrSMGt+NEbraznNGu374dM=";
hash = "sha256-NAxztd+Q5TlBAuXCgGPT6aTfj5mVsNdU+5WoNM8Bb84=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -20,18 +20,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eyedropper";
version = "2.1.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "FineFindus";
repo = "eyedropper";
tag = "v${finalAttrs.version}";
hash = "sha256-t/OFA4oDXtnMmyFptG7zsGW5ubaSNrSnaDR1l9nVbLQ=";
hash = "sha256-008VFC2jjLWW6t6e7C8ZEoD+hFFqJVSmlgovO2RHGjw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname src version;
hash = "sha256-39BWpyGhX6fYzxwrodiK1A3ASuRiI7tOA+pSKu8Bx5Q=";
hash = "sha256-P5Ligi6yfSHPHjO5Gsxsf7ZbXh3GOK/q8k4GqNnsQck=";
};
nativeBuildInputs = [
+3 -2
View File
@@ -13,20 +13,21 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gaphor";
version = "3.3.1";
version = "3.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "gaphor";
repo = "gaphor";
tag = finalAttrs.version;
hash = "sha256-oGOi1vyLOrElj/kbqHgPEyAwtVvVA3a1j9VSWMts/bM=";
hash = "sha256-oSPdWQcdt00SSdvlnAtPrsACBCiA4NlCE9Fwt4G9bjk=";
};
pythonRelaxDeps = [
"pydot"
"pygobject"
"dulwich"
"jedi"
];
nativeBuildInputs = [
+5 -3
View File
@@ -16,6 +16,7 @@
gtk4,
gtksourceview5,
libadwaita,
libseccomp,
libxml2,
openssl,
sqlite,
@@ -28,18 +29,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "newsflash";
version = "5.0.0";
version = "5.1.0";
src = fetchFromGitLab {
owner = "news-flash";
repo = "news_flash_gtk";
tag = "v.${finalAttrs.version}";
hash = "sha256-y03N4Gqc8zmfT/zBQWyQ8Kptmwrw48PpurZCQ6Fxmm8=";
hash = "sha256-BfzrnTyMLFiM+aHtrppvl/j/fjB4TbEkbl/yHYOnXa8=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-Wij+RPtzaSqT4iwrRdqFjZd8kAfBbOGl4cPgrtBUOFI=";
hash = "sha256-4z2RGelDhi4RmVQ/+Ba340Pm05x4ruaRYAtJ1HuRHqA=";
};
postPatch = ''
@@ -73,6 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
gtk4
gtksourceview5
libadwaita
libseccomp
libxml2
openssl
sqlite
+3 -3
View File
@@ -20,19 +20,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "switcheroo";
version = "2.5.2";
version = "2.6.0";
src = fetchFromGitLab {
owner = "adhami3310";
repo = "Switcheroo";
rev = "v${finalAttrs.version}";
hash = "sha256-1SMFkzSH8ekJeP0VOPKxkvUNMh/wRzj31PIy6h051Ng=";
hash = "sha256-yJiydJoMiDCVql1bhmh+TQi25tAy/NueHvvG4zWTTeY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
src = finalAttrs.src;
name = "switcheroo-${finalAttrs.version}";
hash = "sha256-QHdzLlmYCktQCUGZhIcuPhmR4rMUDeneptTdyPrwh1E=";
hash = "sha256-fvsR27jmL61NjvJWm7SQhiU1DMeB6OYyWQn1u+5HujM=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -20,14 +20,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "wike";
version = "3.2.0";
version = "3.2.1";
pyproject = false; # built with meson
src = fetchFromGitHub {
owner = "hugolabe";
repo = "Wike";
tag = finalAttrs.version;
hash = "sha256-4J23dUK844ZYQp9LAvaQgN2cnGaPt7eWGOFSAe7WRH8=";
hash = "sha256-FD0XucAp5SMXTsp+FrsGNYcmatSWiD9U9lAHRB1Aj3k=";
};
nativeBuildInputs = [