Unverified Commit d94262f8 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

cjs: 128.0-unstable-2025-09-15 -> 128.1 (#469884)

parents 0450f2dd 31a7bc9c
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -17,18 +17,15 @@
  libxml2,
}:

stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
  pname = "cjs";
  version = "128.0-unstable-2025-09-15";
  version = "128.1";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cjs";
    # Backport fixes to support GLib 2.86.0 typelibs
    # nixpkgs-update: no auto update
    # https://github.com/linuxmint/cjs/issues/130
    rev = "1f39576bafe6bc05bce960e590dc743dd7990e39";
    hash = "sha256-drKLaTZLIZfPIhcVcCAB48PdM2b0GNLe5xrHGBysVmM=";
    tag = finalAttrs.version;
    hash = "sha256-YJwzFKEOnwBTJUPagXk1PCYmQqVqr7Zu7aVaJCPgirU=";
  };

  outputs = [
@@ -88,4 +85,4 @@ stdenv.mkDerivation {
    platforms = lib.platforms.linux;
    teams = [ lib.teams.cinnamon ];
  };
}
})