Merge pull request #291695 from r-ryantm/auto-update/wxformbuilder
wxformbuilder: 4.0.0 -> 4.1.0
This commit is contained in:
commit
da3cc41b1f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "wxformbuilder";
|
pname = "wxformbuilder";
|
||||||
version = "4.0.0";
|
version = "4.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wxFormBuilder";
|
owner = "wxFormBuilder";
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
--replace "\$Format:%(describe)\$" "$(git -C $out rev-parse --short HEAD)"
|
--replace "\$Format:%(describe)\$" "$(git -C $out rev-parse --short HEAD)"
|
||||||
rm -rf $out/.git
|
rm -rf $out/.git
|
||||||
'';
|
'';
|
||||||
hash = "sha256-Lqta+u9WVwUREsR7aH+2DJn0oM5QwlwRSBImuwNkmS4=";
|
hash = "sha256-Ob+6MAf2iQGd3lgeN+dLfscpmYYrzD3dsN+2ZmvJog0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue