cjs: 128.0-unstable-2025-09-15 -> 128.1 (#469884)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user