···1111 owner = "nomad-software";1212 repo = "meme";1313 rev = "v${version}";1414- sha256 = "089r0v5az2d2njn0s3d3wd0861pcs4slg6zl0rj4cm1k5cj8yd1k";1414+ hash = "sha256-MzSPJCszVEZkBvSbRzXR7AaDQOOjDQ2stKKJr8oGOSE=";1515 };16161717- vendorSha256 = null;1717+ vendorHash = null;18181919 meta = with lib; {2020 description = "A command line utility for creating image macro style memes";2121 homepage = "https://github.com/nomad-software/meme";2222 license = licenses.mit;2323 maintainers = [ maintainers.fgaz ];2424- platforms = with platforms; linux ++ darwin;2524 };2625}
+4-3
pkgs/applications/graphics/pixinsight/default.nix
···7788stdenv.mkDerivation rec {99 pname = "pixinsight";1010- version = "1.8.9-1";1010+ version = "1.8.9-2";11111212 src = requireFile rec {1313- name = "PI-linux-x64-${version}-20220518-c.tar.xz";1313+ name = "PI-linux-x64-${version}-20230814-c.tar.xz";1414 url = "https://pixinsight.com/";1515- sha256 = "sha256-AVeDJ7YYqCo7KfelUUQurjglNnTwCf0pOzJCV/bQrrw=";1515+ sha256 = "sha256-4Jspkl5riMlbeJX/h1zhVfVymORPK1X4l0LyOgXm05Y=";1616 message = ''1717 PixInsight is available from ${url} and requires a commercial (or trial) license.1818 After a license has been obtained, PixInsight can be downloaded from the software distribution···7171 libXext7272 libXfixes7373 libXrandr7474+ libxkbfile7475 ]);75767677 postPatch = ''
···2929 hash = "sha256-Mzf0533roLSODjMCPKyGSMbP7lIbT+PoLTZfoIBAI6g=";3030 };31313232- meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];3232+ meta = oldAttrs.meta // {3333+ maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ];3434+ };3335})
+2-2
pkgs/data/fonts/sarasa-gothic/default.nix
···2233stdenvNoCC.mkDerivation rec {44 pname = "sarasa-gothic";55- version = "0.41.3";55+ version = "0.41.6";6677 src = fetchurl {88 # Use the 'ttc' files here for a smaller closure size.99 # (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)1010 url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z";1111- hash = "sha256-/VC9zhWC3jJuIXQ2fel6moLzrdsguPaylgfkY9FoClQ=";1111+ hash = "sha256-6CDK9DNjBQ5EPp562na0DOWFmlxnlVl8Z8pwm3pGQ9A=";1212 };13131414 sourceRoot = ".";