resources: 1.10.1 -> 1.10.2; add self as maintainer (#497445)

This commit is contained in:
Aleksana 2026-03-07 04:38:43 +00:00 committed by GitHub
commit db5dc058ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,18 +23,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "resources";
version = "1.10.1-1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "nokyan";
repo = "resources";
tag = "v${finalAttrs.version}";
hash = "sha256-NjzHGz90MhdjBHP88+qBI/5usCpPPrukSaVHoOJJXSI=";
hash = "sha256-BkyWq3Cwt34lNQ/p1iQcfIlkCefE2YeiQMd1T6ODbxw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-wATJxWemn5VxRsRat5I4uEnymsfMM6AX+hP422cUtBo=";
hash = "sha256-zzSqwc+MoYoieOT0qmgfxKG8/HLGTVsTgcru5wZgn2M=";
};
nativeBuildInputs = [
@ -84,6 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
lukas-heiligenbrunner
ewuuwe
graysontinker
];
teams = [ lib.teams.gnome-circle ];
platforms = lib.platforms.linux;