sparkle: 1.26.5 -> 1.26.6 (#538913)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-06 12:34:19 +00:00 committed by GitHub
commit 99f9b2af19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,20 +41,20 @@ in
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "sparkle"; pname = "sparkle";
version = "1.26.5"; version = "1.26.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xishang0128"; owner = "xishang0128";
repo = "sparkle"; repo = "sparkle";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-b4SidOlMDSi+DdbuF3LmOMlQTSBxd2CAf9oshYGXWrQ="; hash = "sha256-IFK7rhT3i+Qct0FIEYFbgQpJ5cjS7JMKd2tmOq5ZSNg=";
}; };
pnpmDeps = fetchPnpmDeps { pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
inherit pnpm; inherit pnpm;
fetcherVersion = 3; fetcherVersion = 3;
hash = "sha256-UrMzBinZsTfZigkPMOySJ/Yjskh6Csna1M6XpBpq0vI="; hash = "sha256-H8RR1QtWLZC2oKPEwB7BR7947kTQmZB/gZBGYMtqSKU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [