Skip to content

Commit

Permalink
sources.nix: Update
Browse files Browse the repository at this point in the history
gcs: v5.28.2 → v5.29.0
  • Loading branch information
joaqim-ci-bot committed Nov 30, 2024
1 parent 9fb781b commit 794f6cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"name": null,
"owner": "richardwilkes",
"repo": "gcs",
"rev": "v5.28.2",
"sha256": "sha256-xJtpwu4ClH+j/9aEwgwTKTBcTDlvvbRex+SNCf/7lXc=",
"rev": "v5.29.0",
"sha256": "sha256-wPnCJI8g06VI/t/zYbchToRhgdRY7QnXCNiG3UAnieA=",
"sparseCheckout": [],
"type": "github"
},
"version": "v5.28.2"
"version": "v5.29.0"
}
}
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
};
gcs = {
pname = "gcs";
version = "v5.28.2";
version = "v5.29.0";
src = fetchFromGitHub {
owner = "richardwilkes";
repo = "gcs";
rev = "v5.28.2";
rev = "v5.29.0";
fetchSubmodules = false;
sha256 = "sha256-xJtpwu4ClH+j/9aEwgwTKTBcTDlvvbRex+SNCf/7lXc=";
sha256 = "sha256-wPnCJI8g06VI/t/zYbchToRhgdRY7QnXCNiG3UAnieA=";
};
};
}

0 comments on commit 794f6cc

Please sign in to comment.