lasuite-drive: 0.18.0 -> 0.19.0 (#541811)

This commit is contained in:
Martin Weinelt
2026-07-14 16:10:03 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/src/frontend/yarn.lock";
hash = "sha256-yUKJp6yUTxpvkaA+YuQC3r1t4LBvuYMv1xesLewbK/U=";
hash = "sha256-W0Sp8G7Lt9UMND8+ZLD8oxrNCgGpQph23AvQpynYWYI=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -7,13 +7,13 @@
nixosTests,
}:
let
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "drive";
tag = "v${version}";
hash = "sha256-JoOHbwZR4salfLB9Gg7kfRMDcDA/Srn8qwUqLAZtsz8=";
hash = "sha256-y9lvGYTIxpuTA0mFDl616JxX+RF5+5Ea8k/NWlLjrZk=";
};
meta = {