Fix incorrect version for ZFS module (Fixes #9)

This commit is contained in:
Lan Tian 2025-12-15 17:20:47 -08:00
parent 1e2f2b1121
commit eb65b19d79
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B
2 changed files with 6 additions and 6 deletions

View File

@ -60,7 +60,7 @@ def get_latest_zfs_cachyos_branch() -> Optional[str]:
def run_nix_prefetch_git(branch: str) -> Optional[Dict[str, Any]]: def run_nix_prefetch_git(branch: str) -> Optional[Dict[str, Any]]:
cmd = ["nix-prefetch-git", "https://github.com/CachyOS/zfs.git", "--branch-name", branch] cmd = ["nix-prefetch-git", "https://github.com/CachyOS/zfs.git", "--rev", f"refs/heads/{branch}"]
print(f"Running command: {' '.join(cmd)}") print(f"Running command: {' '.join(cmd)}")
result = subprocess.run(cmd, capture_output=True, text=True, timeout=300) result = subprocess.run(cmd, capture_output=True, text=True, timeout=300)

View File

@ -1,11 +1,11 @@
{ {
"zfs_branch": "zfs-2.3.6-cachyos", "zfs_branch": "zfs-2.3.6-cachyos",
"url": "https://github.com/CachyOS/zfs.git", "url": "https://github.com/CachyOS/zfs.git",
"rev": "4ddaf45ba468c6953a4fcdbfe79795f74fa6e489", "rev": "7de9800e5ce45d03c797be57a3e959fc914b2adb",
"date": "2025-03-13T10:35:31-04:00", "date": "2025-12-01T18:55:42+01:00",
"path": "/nix/store/clbq55q8pca9im5jsr28g472x0l0y50w-zfs", "path": "/nix/store/x64hj85rqa30plx984lrcsps8cf2i9mq-zfs",
"sha256": "07gh7x7lwq013ni4jb6vxavhf348g8zl3db65sz408lsp2bpx0v5", "sha256": "19rcwhq82hclkc9kpba6saal30j6x2sx23lf1skgc05z5kgm3jqm",
"hash": "sha256-ZYN+l7iaIkC+Lma1QT96iAwHt+rbLEmiHQFgTk8/8B0=", "hash": "sha256-FctR3yy/APamDo4O0bXoRoJBldJGrTsTm5RBgTDkLKc=",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,