Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4…
Browse files Browse the repository at this point in the history
….1.2
  • Loading branch information
jpetrucciani authored Apr 7, 2024
2 parents 0faebef + 961f417 commit 88daa13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions mods/cloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ final: prev:
with prev;
rec {
coscli = prev.callPackage
({ stdenv, lib, buildGo120Module, fetchFromGitHub }:
buildGo120Module rec {
({ stdenv, lib, buildGo122Module, fetchFromGitHub }:
buildGo122Module rec {
pname = "coscli";
version = "0.13.0";

Expand Down Expand Up @@ -34,8 +34,8 @@ rec {
{ };

gcsproxy = prev.callPackage
({ stdenv, lib, buildGo120Module, fetchFromGitHub }:
buildGo120Module rec {
({ stdenv, lib, buildGo122Module, fetchFromGitHub }:
buildGo122Module rec {
pname = "gcsproxy";
version = "0.3.2";

Expand Down
6 changes: 3 additions & 3 deletions pins/jpetrucciani.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-03-20",
"rev": "e35678eeac046653cd22aeb88e06557f73cd5fc9",
"sha256": "1r1wkfj92ijhkm59gaa18dzryqp2m3i5k0yrcc8qg8x3rckm1a0a"
"date": "2024-04-07",
"rev": "996ee09cc61b8203ee223787d23e5096c48c913c",
"sha256": "0qb0fdph0zq36pmy2r2m4sm7ljp2r4asrn9gjlanhwjjk5mdvsi3"
}
6 changes: 3 additions & 3 deletions pins/nixpkgs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-03-20",
"rev": "b06025f1533a1e07b6db3e75151caa155d1c7eb3",
"sha256": "1b8dim6xpcg3wyb0xa0w4h4m22npbzl2np822x4r7wiw5wnnzg5a"
"date": "2024-04-07",
"rev": "fd281bd6b7d3e32ddfa399853946f782553163b5",
"sha256": "1hy81yj2dcg6kfsm63xcqf8kvigxglim1rcg1xpmy2rb6a8vqvsj"
}

0 comments on commit 88daa13

Please sign in to comment.