pipeline: 4.0.4 -> 4.1.0

This commit is contained in:
R. Ryantm
2026-08-02 20:04:11 +00:00
parent 50ff86c99b
commit 06299bc0eb

View File

@@ -32,18 +32,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pipeline";
version = "4.0.4";
version = "4.1.0";
src = fetchFromGitLab {
owner = "schmiddi-on-mobile";
repo = "pipeline";
tag = finalAttrs.version;
hash = "sha256-KVAgUAQqnpzNXpCiPZJMQEVGrz/pt8fR/JcOFBynFCs=";
hash = "sha256-8/UMZGXCwqUw1EL7QFnpRqtSA6D9sU1ycG+AeHNeaXw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src pname version;
hash = "sha256-bWMTZrcdYRXsKWD3VmLcAu9J/y9LbZ6EPE8AuB87iKA=";
hash = "sha256-7Hod81YwKpPJ6Uk9u0zyEO75Wb8Q8xOBpiyTypefDP4=";
};
nativeBuildInputs = [