Skip to content

Commit

Permalink
Update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2023
1 parent d5fb567 commit b1e163f
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 85 deletions.
8 changes: 4 additions & 4 deletions pkgs/distrho-ports/_sources/generated.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"distrho-ports": {
"cargoLocks": null,
"date": "2023-12-11",
"date": "2023-12-24",
"extract": null,
"name": "distrho-ports",
"passthru": null,
Expand All @@ -13,10 +13,10 @@
"name": null,
"owner": "DISTRHO",
"repo": "DISTRHO-Ports",
"rev": "51eb55ff6f39484335e57189cbea8ded2334c6a1",
"sha256": "sha256-+S8OP8JB4RBNcFAQIrUlBRySoYsTf3PEIPkGehJV3EY=",
"rev": "1143c2e5d3a3454cbbc7afe46571d11207e212c7",
"sha256": "sha256-6uB2ghuAXDxsmXD09Hax/sssRTo0zg0Jy7j4tjDFU5M=",
"type": "github"
},
"version": "51eb55ff6f39484335e57189cbea8ded2334c6a1"
"version": "1143c2e5d3a3454cbbc7afe46571d11207e212c7"
}
}
8 changes: 4 additions & 4 deletions pkgs/distrho-ports/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
}: {
distrho-ports = {
pname = "distrho-ports";
version = "51eb55ff6f39484335e57189cbea8ded2334c6a1";
version = "1143c2e5d3a3454cbbc7afe46571d11207e212c7";
src = fetchFromGitHub {
owner = "DISTRHO";
repo = "DISTRHO-Ports";
rev = "51eb55ff6f39484335e57189cbea8ded2334c6a1";
rev = "1143c2e5d3a3454cbbc7afe46571d11207e212c7";
fetchSubmodules = true;
sha256 = "sha256-+S8OP8JB4RBNcFAQIrUlBRySoYsTf3PEIPkGehJV3EY=";
sha256 = "sha256-6uB2ghuAXDxsmXD09Hax/sssRTo0zg0Jy7j4tjDFU5M=";
};
date = "2023-12-11";
date = "2023-12-24";
};
}
Loading

0 comments on commit b1e163f

Please sign in to comment.