Compare commits

...

5 Commits

Author SHA1 Message Date
5edc6ba067 nixpkgs: 2025-07-27 -> 2025-07-28 2025-07-28 17:24:59 +00:00
394e4c42b4 2025-07-27 -> 2025-07-28 2025-07-28 17:24:33 +00:00
162953b004 uvtools: 5.1.5 -> 5.1.6 2025-07-28 17:24:06 +00:00
6c37bc38fa opencellid: 2025-07-27 -> 2025-07-28 2025-07-28 17:23:14 +00:00
ae08bfc496 uassets: 2025-07-27 -> 2025-07-28 2025-07-28 17:22:41 +00:00
7 changed files with 19 additions and 19 deletions

View File

@@ -14,8 +14,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "f94d02af657f4714e228f5071c7ac19802841d63";
sha256 = "sha256-SAbQXwRvIuk81XNTpQwwannWRaGZfKZvBgKYGYh4C60=";
version = "unstable-2025-07-27";
rev = "a79973d8b468a486abd2ad5b6917cb51946cffa8";
sha256 = "sha256-Qd/iXBiLowbG6gTODvCRVxpvWUkuxs0qBNusx81TYdc=";
version = "unstable-2025-07-28";
branch = "master";
}

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "d24f0da4a21cbb15b979cfdf905008807f3e98cf";
sha256 = "sha256-bJtafcfcXGch+6+8ylUXsrZv8LQ6U3uMAsoBnkbgRTk=";
version = "unstable-2025-07-26";
rev = "2b45ee524e6299160fb64167313690ae11009afc";
sha256 = "sha256-CiYhgWDUG6TF1gHo7hf309KnMNzlU5Y8m6pU/4PPFMI=";
version = "unstable-2025-07-28";
branch = "staging-next";
}

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "84d19a51955cddc30d7aafb48bb4e8d7a7ec838d";
hash = "sha256-s9CcTLZ9s1ow3ZU1KGiUuBIFxToSZ7I4t44ay8GzrJs=";
rev = "893adcf2ce0e3179ae8d0083ad4101fe7c4d3629";
hash = "sha256-7bLTnXJ4tF6vxoThB6cBCKoNgSURYaWaFhip7PllI0Y=";
};
flake = import "${src}/flake.nix";
evaluated = flake.outputs {
@@ -25,7 +25,7 @@ let
in src.overrideAttrs (base: {
# attributes required by update scripts
pname = "nixpkgs-wayland";
version = "0-unstable-2025-07-27";
version = "0-unstable-2025-07-28";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay:

View File

@@ -12,14 +12,14 @@
stdenvNoCC.mkDerivation {
pname = "opencellid";
version = "0-unstable-2025-07-27";
version = "0-unstable-2025-07-28";
src = fetchFromGitea {
domain = "git.uninsane.org";
owner = "colin";
repo = "opencellid-mirror";
rev = "17c845b120df90496a43ac84d3f9756489ddbdd4";
hash = "sha256-78JgmZSLIU/wiM2pVU4CIaPq5TRldyhLlWRhFm7dHkI=";
rev = "74ad18ce4846259cc097cfbc9df711f6e768f4e3";
hash = "sha256-Nh6oS8C/svg1Ug4VEEAM+2HXLX+i5BR1UGwdw+1ROuI=";
};
dontBuild = true;

View File

@@ -6,12 +6,12 @@
}:
stdenvNoCC.mkDerivation {
pname = "uassets";
version = "0-unstable-2025-07-27";
version = "0-unstable-2025-07-28";
src = fetchFromGitHub {
owner = "uBlockOrigin";
repo = "uAssets";
rev = "f4ef8f87f02b1e454da1f0bb321cb960bc96c150";
hash = "sha256-3eCXV3du/+XAecnpYjcivXWEfuQut1DP8ipPv+gBSNo=";
rev = "06173eab65f40f7979b4e9dbbb746bc323c32b8f";
hash = "sha256-0jromgkDZDQbDODc5wgf6I3Jgh15CyYk4K8FRHcxlME=";
};
dontBuild = true;

View File

@@ -711,7 +711,7 @@
},
{
"pname": "ZLinq",
"version": "1.5.1",
"hash": "sha256-O7Zrxg6lXn079MjmZ+7/MHJYkOHHVF2M0yhNFkirGrA="
"version": "1.5.2",
"hash": "sha256-j3gikzndyZ7yXKbfHpTIbvzZmNYpb9RhwW19CQElydQ="
}
]

View File

@@ -7,12 +7,12 @@
}:
buildDotnetModule rec {
pname = "UVtools";
version = "5.1.5";
version = "5.1.6";
src = fetchFromGitHub {
owner = "sn4k3";
repo = "UVtools";
rev = "v${version}";
hash = "sha256-nI21JFkNulQc6MUIb0yzhr1jQmSRhD1PmMIB0FG1Whk=";
hash = "sha256-nAJ83dez3mYWTfLJ4+Nf+9nD5eOBn8ie3Hym0DODqG0=";
};
nugetDeps = ./deps.json;