ghgrab: 1.2.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-04-04 22:36:16 +00:00
parent ee328b53ba
commit a89360eae5
+3 -3
View File
@@ -8,16 +8,16 @@
# note: upstream has a flake
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ghgrab";
version = "1.2.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "abhixdd";
repo = "ghgrab";
tag = "v${finalAttrs.version}";
hash = "sha256-eXyLIrXsMV1p6xicKA5QNRPc4pkBdVM+fovOSaJT9/8=";
hash = "sha256-Ea5JdOKu4LBD77Nlj9gmISb6GPDhOZc3XCrRj2X/cB0=";
};
cargoHash = "sha256-mYOl2yI6D6c7Xs8ABFnRazyQZYQJCElXqvqQUET0zEc=";
cargoHash = "sha256-S1wkdPYVvH+4rfCQ/IohrqvHsiVWlb9OW5Dva3jNeis=";
# fails on darwin
# https://github.com/abhixdd/ghgrab/issues/31