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

This commit is contained in:
Bobby Rong
2025-12-12 12:38:46 +00:00
committed by GitHub
+5 -8
View File
@@ -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 ];
};
}
})