glsl_analyzer 1.4.5 -> 1.5.1 https://github.com/nolanderc/glsl_analyzer/releases attrpath: glsl_analyzer Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/gl/glsl_analyzer/package.nix b/pkgs/by-name/gl/glsl_analyzer/package.nix index ed57790a27d6..0b3cf1dd5ffa 100644 --- a/pkgs/by-name/gl/glsl_analyzer/package.nix +++ b/pkgs/by-name/gl/glsl_analyzer/package.nix @@ -9,13 +9,13 @@ let stdenv = if pkgs.stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else pkgs stdenv.mkDerivation (finalAttrs: { pname = "glsl_analyzer"; - version = "1.4.5"; + version = "1.5.1"; src = fetchFromGitHub { owner = "nolanderc"; repo = "glsl_analyzer"; rev = "v${finalAttrs.version}"; - hash = "sha256-+eYBw/F1RzI5waAkLgbV0J/Td91hbNcAtHcisQaL82k="; + hash = "sha256-AIzk05T8JZn8HWSI6JDFUIYl4sutd3HR3Zb+xmJll0g="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/pf3c5fg5jb2mfa3ysmayk4xv2r9wb8iw-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A glsl_analyzer nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/2gm8qxc6fbss45m5sp1nq54ndr3kvabd-source calling 'unpackCmd' function hook '_defaultUnpack' /nix/store/2gm8qxc6fbss45m5sp1nq54ndr3kvabd-source source root is source calling 'postUnpack' function hook '_updateSourceDateEpochFromSourceRoot' @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase evaling implicit 'postPatch' string hook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase calling 'preConfigure' function hook '_multioutConfig' no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase zig build flags: -Dcpu=baseline --release=safe LLVM Emit Object... Semantic Analysis [3257] Semantic Analysis [3443] Semantic Analysis [3800] Semantic Analysis [4024] Semantic Analysis [4169] Semantic Analysis [4862] Semantic Analysis [5138] Semantic Analysis [5357] Semantic Analysis [5456] Semantic Analysis [5661] Semantic Analysis [5748] Semantic Analysis [5838] AST Lowering [336] compiler_rt/floattixf.zig... Semantic Analysis [1197] Semantic Analysis [1456] LLVM Emit Object... LLVM Emit Object... /build/source/build.zig:116:18: error: expected type '*const fn (*Build.Step, *Progress.Node) anyerror!void', found '*const fn (*Build.Step, Progress.Node) anyerror!void'  .makeFn = &make, ~^~~~~~~~~~~~~~ /build/source/build.zig:116:18: note: pointer type child 'fn (*Build.Step, Progress.Node) anyerror!void' cannot cast into pointer type child 'fn (*Build.Step, *Progress.Node) anyerror!void' /build/source/build.zig:116:18: note: parameter 1 'Progress.Node' cannot cast into '*Progress.Node' /nix/store/2gprzv2fpcv94s1gjidnwar5xf6xplmr-zig-0.12.1/lib/zig/std/Progress.zig:67:18: note: struct declared here pub const Node = struct { ^~~~~~ referenced by: attachModules: /build/source/build.zig:91:45 addExecutable: /build/source/build.zig:82:9 remaining reference traces hidden; use '-freference-trace' to see all reference traces