Skip to content

Commit f0bee68

Browse files
authored
robo: 5.0.0 -> 5.1.0 (#354707)
1 parent 6fb6032 commit f0bee68

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

pkgs/by-name/ro/robo/package.nix

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,20 @@
22
lib,
33
php82,
44
fetchFromGitHub,
5-
fetchpatch,
65
}:
76

8-
php82.buildComposerProject (finalAttrs: {
7+
php82.buildComposerProject2 (finalAttrs: {
98
pname = "robo";
10-
version = "5.0.0";
9+
version = "5.1.0";
1110

1211
src = fetchFromGitHub {
1312
owner = "consolidation";
1413
repo = "robo";
1514
rev = finalAttrs.version;
16-
hash = "sha256-tibG2sR5CsRnUjZEvOewX/fyMuAS1kgKjYbrkk+f0BI=";
15+
hash = "sha256-bAT4jHvqWeYcACeyGtBwVBA2Rz+AvkZcUGLDwSf+fLg=";
1716
};
1817

19-
patches = [
20-
# Fix the version number
21-
# Most likely to remove at the next bump update
22-
# See https://github.com/drupol/robo/pull/1
23-
(fetchpatch {
24-
url = "https://github.com/drupol/robo/commit/c3cd001525c1adb5980a3a18a5561a0a5bbe1f50.patch";
25-
hash = "sha256-iMdZx+Bldmf1IS6Ypoet7GSsE6J9ZnE0HTskznkyEKM=";
26-
})
27-
];
28-
29-
vendorHash = "sha256-RRnHv6sOYm8fYhY3Q6m5sFDflFXd9b9LPcAqk/D1jdE=";
18+
vendorHash = "sha256-PYtZy6c/Z1GTcYyfU77uJjXCzQSfBaNkon8kqGyVq+o=";
3019

3120
meta = {
3221
changelog = "https://github.com/consolidation/robo/blob/${finalAttrs.version}/CHANGELOG.md";

0 commit comments

Comments
 (0)