My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[pkgs] mail-archiver: 2603.1 -> 2603.2

dish 6ca66a9d 7e0b25d4

+3 -3
+3 -3
packages/mail-archiver/package.nix
··· 8 8 }: 9 9 buildDotnetModule (finalAttrs: { 10 10 pname = "mail-archiver"; 11 - version = "2603.1"; 11 + version = "2603.2"; 12 12 src = fetchFromGitHub { 13 13 owner = "s1t5"; 14 14 repo = "mail-archiver"; 15 15 tag = finalAttrs.version; 16 - hash = "sha256-cvV1SUqvsp+3qexSgFSI1nK7Uo3m0Rb5mzWZYtK5UWI="; 16 + hash = "sha256-Q8ljpRFqLHnzcoorymMDE5un68H4nlbaTYZ89z1vF1c="; 17 17 }; 18 18 projectFile = "MailArchiver.csproj"; 19 19 nugetDeps = ./deps.json; ··· 22 22 executables = [ "MailArchiver" ]; 23 23 # Update source and then update dependencies 24 24 passthru.updateScript = _experimental-update-script-combinators.sequence [ 25 - nix-update-script 25 + (nix-update-script { }) 26 26 finalAttrs.passthru.fetch-deps 27 27 ]; 28 28 meta = {